change swarm logging level to info

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-01-21 16:44:55 +01:00
parent 46291e894b
commit 8dc4ca59b3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ swarm_port: 8180
swarm_http: 8080
swarm_ssl: 8443
# 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=detail
swarm_log_lvl: 2
swarm_log_lvl: 3
# storage limits (bytes)
root_mount: '{{ ansible_mounts | selectattr("mount","equalto","/") | list | first }}'