- Version 4.6.10 - Bugfix Release
- Version 4.6.9 - Bugfix Release - Version 4.6.8 - Bugfix Release - Version 4.6.7 - Bugfix Release - Version 4.6.6 - Bugfix Release - Version 4.6.5 - Bugfix Release - trytond_log.conf changed to new notation - Version 4.6.4 - Bugfix Release - Version 4.6.3 - Bugfix Release - Version 4.6.2 - Bugfix Release - Version 4.6.1 - Bugfix Release - Version 4.6.0 - initial build OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=41
This commit is contained in:
committed by
Git OBS Bridge
parent
8501c80f2a
commit
f0291e345b
@@ -7,23 +7,23 @@
|
||||
|
||||
[database]
|
||||
[formatters]
|
||||
keys: simple
|
||||
keys=simple
|
||||
|
||||
[handlers]
|
||||
keys: rotate
|
||||
keys=rotate
|
||||
|
||||
[loggers]
|
||||
keys: root
|
||||
keys=root
|
||||
|
||||
[formatter_simple]
|
||||
format: %(asctime)s] %(levelname)s:%(name)s:%(message)s
|
||||
datefmt: %a %b %d %H:%M:%S %Y
|
||||
format=%(asctime)s] %(levelname)s:%(name)s:%(message)s
|
||||
datefmt=%a %b %d %H:%M:%S %Y
|
||||
|
||||
[handler_rotate]
|
||||
class: handlers.TimedRotatingFileHandler
|
||||
args: ('/var/log/tryton/trytond.log', 'D', 1, 30)
|
||||
formatter: simple
|
||||
class=handlers.TimedRotatingFileHandler
|
||||
args=('/var/log/tryton/trytond.log', 'D', 1, 30)
|
||||
formatter=simple
|
||||
|
||||
[logger_root]
|
||||
level: INFO
|
||||
handlers: rotate
|
||||
level=INFO
|
||||
handlers=rotate
|
||||
|
Reference in New Issue
Block a user