diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index 05eab28b..3e4d912e 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -4,6 +4,8 @@ {% set api_threads = _api_threads if _api_threads > 0 else 1 %} [DEFAULT] +# Disable stderr logging +use_stderr = False # Logs / State debug = {{ debug }} verbose = {{ verbose }}