Feature request: Logging should be configurable from application.conf
Bug #493984 reported by
tomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
play framework | Status tracked in 1.0 | |||||
1.0 |
Fix Released
|
Undecided
|
Unassigned | |||
1.1 |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
It should be possible to set different logging options for different environments, preferably right from the application.conf file. Also, it should be possible to turn off the python logging (system.out), because it doesn't support rolling of the log file.
Changed in play: | |
status: | New → Fix Committed |
To post a comment you must log in.
You can already customize it in the log4j.properties file. And customize logging level from application.conf. Perhaps we need several log4j.properties configuration files ?