From: Vaclav B. <vb...@co...> - 2001-07-17 19:17:54
|
Lowell Hamilton wrote: > Rotation in general is bad though unless it is vitally important > to keep the logs ... a busy crawler can generate 10k/minute in > log data .. that's 14mb at the end of the day plus the rotation Well, rotate it every hour... :-) I wouldn't even consider generating 10k/minute until I have a very annoying, hard-to-debug crash - such an information overload isn't good for anything... > A solution might be log levels defined in the conf with a string > like dnet pproxy: > LogLevel: urls info stats server errors > > ... or general sets: > LogLevel: [Minimum|Verbose|Debug] I would prefer the system log levels: ...|warn|info|debug At the least, they already have written documentation... :-) Bye Vasek |