-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Hi,
Currently the possible log levels are:
- debug
- info
- notice
- warn
- error
Debug and Info are too verbose, the rest is only for exceptional things (that you don't want to happen). I desperately need a new log level, which would be very simple, only informing you about what's going on.
[2011-11-11 11:11:11] test.torrent started to download
[2011-11-11 11:11:21] test.torrent is at 12% size: XXX MB estimated time left:...
[2011-11-11 11:11:31] test.torrent is at 25% size: XXX MB estimated time left:...
[2011-11-11 11:11:41] test.torrent is at 41% size: XXX MB estimated time left:...
[2011-11-11 11:11:11] test.torrent is at 80% size: XXX MB estimated time left:...
[2011-11-11 11:11:11] test.torrent has finished downloading
[2011-11-11 11:11:11] test2.torrent has finished downloading
[2011-11-11 11:11:11] test2.torrent is at 14% size: YYY MB estimated time left:...
[2011-11-11 11:11:11] ERROR test2.torrent failed downloading: "No connection"
Something like this, which informs me about the "normal" events as well, lets me keep track of my downloads, if there was an error, but not too verbose. Do you think this could be implemented?
Safari77, barrkel, Alexander--, w87 and snechaev