Arsse should be able to produce logs as one would expect of any daemon. Specifically, the following should be possible:
Log warnings and up to a file by default
Set log level
Log to stderr at any log level if requested on command line
Custom logging settings via included script file
Monolog is likely the best option, as it is well-liked and has no dependencies.
Arsse should be able to produce logs as one would expect of any daemon. Specifically, the following should be possible:
1. Log warnings and up to a file by default
2. Set log level
3. Log to stderr at any log level if requested on command line
4. Custom logging settings via included script file
[Monolog](https://seldaek.github.io/monolog/) is likely the best option, as it is well-liked and has no dependencies.
jking
modified the milestone from 0.2.0 to Future6 years ago
Arsse should be able to produce logs as one would expect of any daemon. Specifically, the following should be possible:
Monolog is likely the best option, as it is well-liked and has no dependencies.