mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
10 lines
290 B
YAML
10 lines
290 B
YAML
monolog:
|
|
handlers:
|
|
main:
|
|
type: rotating_file
|
|
path: '%kernel.logs_dir%/%kernel.environment%.log'
|
|
level: debug
|
|
# max number of log files to keep
|
|
# defaults to zero, which means infinite files
|
|
max_files: 10
|