Frysk event log never written to disk In Frysk - as built from CVS on 20060804 - the event log (shown in the 'Frysk Monitor' GUI as the 'Main Log') is not written to disk under $HOME/.frysk/eventlogs/ until a publishing threashodl is hit. The threshold looks like it's 1000 bytes - but the event log is never written.
The logs are being processed and published by Frysk UI. The output to the ConsoleHandler shows that. However, either the registered FileHandler for EventLogs is not getting the LogRecords, or is not publishing them. Will take assignment and investigate.
2006-08-23 Phil Muldoon <pmuldoon@redhat.com> * EventLogger.java (EventLogger): Turn off parent handlers. Increase Level capture scope. [pmuldoon@localhost monitor]$ cd ~/.frysk/eventlogs/ [pmuldoon@localhost eventlogs]$ cat frysk_event_log.log 840 1156376375512 Fork Observer: PID: 30599 TID: 30599 Event: forked new child PID: 30628 Host: localhost.localdomain 880 1156376376552 Fork Observer: PID: 30599 TID: 30599 Event: forked new child PID: 30629 Host: localhost.localdomain 917 1156376377456 Fork Observer: PID: 30599 TID: 30599 Event: forked new child PID: 30630 Host: localhost.localdomain 954 1156376377976 Fork Observer: PID: 30599 TID: 30599 Event: forked new child PID: 30631 Host: localhost.localdomain 991 1156376378462 Fork Observer: PID: 30599 TID: 30599 Event: forked new child PID: 30632 Host: localhost.localdomain
Verified as fixed in frysk built from CVS head - 20060824