Change logLevel from ERROR to INFO

Co-Authored-By: demestav <demestav@gmail.com>
This commit is contained in:
Bruno Alla 2019-03-14 09:30:40 +02:00 committed by GitHub
parent 43d2252aaa
commit 419bedfe07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
logLevel = "ERROR"
logLevel = "INFO"
defaultEntryPoints = ["http", "https"]
[web]