Comment 0 for bug 1436953

Revision history for this message
Matt Kassawara (ionosphere80) wrote : Upstart scripts override log_file option in configuration files

The upstart scripts override the log_file option in the configuration files by explicitly configuring them when launching daemons.

For example, from /etc/init/glance-api.conf:

script
...
        [ "x$USE_LOGFILE" != "xno" ] && DAEMON_ARGS="$DAEMON_ARGS --log-file=/var/log/glance/glance-api.log"