I was just looking back in the archives and found the thread about how to change the Event log on the bb2 page.
int bb2eventlogmaxcount = 100; int bb2eventlogmaxtime = 240;
Did these ever make it to becoming variables that can be changed in a config file, or do we still need to modify the source and recompile?
Thanks Trent
Trent Melcher Unix/Linux Systems Administrator Securities America Financial Corporation (402) 399-9111 x2774 tmelcher at saionline.com
Securities America, Inc., a Registered Broker/Dealer, Member NASD/SIPC. Advisory services offered through Securities America Advisors, Inc., an SEC Registered Investment Advisory
On Tue, Sep 05, 2006 at 11:44:48AM -0500, Trent Melcher wrote:
I was just looking back in the archives and found the thread about how to change the Event log on the bb2 page.
int bb2eventlogmaxcount = 100; int bb2eventlogmaxtime = 240;
Did these ever make it to becoming variables that can be changed in a config file, or do we still need to modify the source and recompile?
The bbgen(1) man-page says:
--max-eventcount=N Limit the eventlog on the BB2 page to only N events. Default: 100.
--max-eventtime=N Limit the eventlog on the BB2 page to events that happened within the past N minutes. Default: 240.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
tmelcher@saionline.com