diff --git a/templates/sahara.conf.j2 b/templates/sahara.conf.j2 index 20a5e8b..a0abc9e 100644 --- a/templates/sahara.conf.j2 +++ b/templates/sahara.conf.j2 @@ -4,6 +4,9 @@ {% set api_threads = _api_threads if _api_threads > 0 else 1 %} [DEFAULT] +# Disable stderr logging +use_stderr = False + debug = {{ debug }} log_file = /var/log/sahara/sahara.log fatal_deprecations = {{ sahara_fatal_deprecations }}