diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index e35ab95..a72071d 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -11,7 +11,7 @@ configs: username: murano password: murano - logging_debug: false + debug: false networking: dns: 8.8.8.8 diff --git a/service/files/murano.conf.j2 b/service/files/murano.conf.j2 index b70979c..476b9c0 100644 --- a/service/files/murano.conf.j2 +++ b/service/files/murano.conf.j2 @@ -1,5 +1,5 @@ [DEFAULT] -debug = {{ murano.logging_debug }} +debug = {{ murano.debug }} verbose = True use_syslog = false