better support for -f
as exposed in https://groups.google.com/d/msg/web2py-developers/uJoQeUlCABw/-MCXocwGAgAJ
This commit is contained in:
@@ -120,7 +120,7 @@ args=()
|
||||
class=handlers.RotatingFileHandler
|
||||
level=DEBUG
|
||||
formatter=simpleFormatter
|
||||
args=("logs/web2py.log", "a", 1000000, 5)
|
||||
args=("web2py.log", "a", 1000000, 5)
|
||||
|
||||
[handler_osxSysLogHandler]
|
||||
class=handlers.SysLogHandler
|
||||
|
||||
Reference in New Issue
Block a user