Fix hang at startup with release build

This commit is contained in:
Pedro Pombeiro 2019-08-27 11:40:54 +02:00
parent b9c7dbd5d2
commit 78be542f0b
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
(defn- add-log-level [config log-level]
(if (empty? log-level)
(assoc config
:LogLevel "ERROR"
:LogEnabled false)
(assoc config
:LogLevel log-level