Browse Source

Fix config.cfg.template

Peter Justin 7 years ago
parent
commit
d9110134a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/configs/config.cfg.template

+ 1 - 1
flaskbb/configs/config.cfg.template

@@ -166,7 +166,7 @@ ADMINS = ["{{ mail_admin_address }}"]
 # and the default logging setting.
 #
 # If set to a file path, this should be an absolute file path
-LOG_CONF_FILE = {{ log_config_path }}
+LOG_CONF_FILE = {{ log_config_path or None }}
 
 # When set to True this will enable the default
 # FlaskBB logging configuration which uses the settings