mirror of
https://github.com/Yubico/yubiadmin.git
synced 2024-11-29 01:24:12 +01:00
22 lines
341 B
Plaintext
22 lines
341 B
Plaintext
|
[loggers]
|
||
|
keys=root
|
||
|
|
||
|
[logger_root]
|
||
|
level=INFO
|
||
|
handlers=fileHandler
|
||
|
|
||
|
[formatters]
|
||
|
keys=formatter
|
||
|
|
||
|
[handlers]
|
||
|
keys=fileHandler
|
||
|
|
||
|
[formatter_formatter]
|
||
|
format=[%(levelname)s] %(asctime)s %(name)s: %(message)s
|
||
|
datefmt=%Y-%m-%d %I:%M:%S
|
||
|
|
||
|
[handler_fileHandler]
|
||
|
class=handlers.WatchedFileHandler
|
||
|
formatter=formatter
|
||
|
args=("/var/log/yubiadmin.log",)
|