max-file should be in quotes (#5506)

This commit is contained in:
Ernestas 2017-12-15 00:29:29 +02:00 committed by Misty Stanley-Jones
parent d313d546b1
commit 23be886a82
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ configuration:
logging: logging:
options: options:
max-size: '12m' max-size: '12m'
max-file: 5 max-file: '5'
driver: json-file driver: json-file
``` ```
@ -34,7 +34,7 @@ x-logging:
&default-logging &default-logging
options: options:
max-size: '12m' max-size: '12m'
max-file: 5 max-file: '5'
driver: json-file driver: json-file
services: services: