How do I make Growl growl (and log the event) about changes in its logging?
Thx,
- Dan.
Growl about logging changes?
Growl about logging changes?
300-MHz Smurf & 1.5-GHz PowerBook G4, Tiger and Leopard.
Could you please elaborate on what scenario/usage you feel needs addressed?
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
Two main uses: System/app failure determination and Forensics.
As more apps use Growl, I think the importance of the growl's logs rises. Some apps are sending events to Growl that they previously didn't log at all. Some apps are sending events to Growl that they previously sent to console.
By cross referencing system, console, growl, and app logs, you can determine a really good post-mortom chain of events. Even if the user edited a log or three, the discrepency between the logs will point that out.
log-start, log-continued-to, and log-end type entries make rebuilding the chain much easier...
- Dan.
As more apps use Growl, I think the importance of the growl's logs rises. Some apps are sending events to Growl that they previously didn't log at all. Some apps are sending events to Growl that they previously sent to console.
By cross referencing system, console, growl, and app logs, you can determine a really good post-mortom chain of events. Even if the user edited a log or three, the discrepency between the logs will point that out.
log-start, log-continued-to, and log-end type entries make rebuilding the chain much easier...
- Dan.
300-MHz Smurf & 1.5-GHz PowerBook G4, Tiger and Leopard.
Correct.
Try my software!
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?
#define ADIUMX pimp //by me
#define QUESTION ((2b) || (!2b))
Have you hugged a programmer today?