<div dir="auto">As mentioned in my original response, if you have CONF.log_config_append set to anything, then the other conf options related to logging will be ignored.<div dir="auto"><br></div><div dir="auto">Best,</div><div dir="auto">-jay</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 7, 2019, 11:15 AM Jean-Philippe Méthot <<a href="mailto:jp.methot@planethoster.info">jp.methot@planethoster.info</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Hi,<div><br></div><div>I’ve just tried setting everything to warn through the nova.conf option default_log_levels, as suggested. However, I’m still getting info level logs from the resource tracker like this :</div><div><br></div><div>INFO nova.compute.resource_tracker</div><div><br></div><div>Could the compute resource tracker logs be managed by another parameter than what’s in the default list for that configuration option?</div><div><br></div><div>Best regards,</div><div><br><div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Jean-Philippe Méthot</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Openstack system administrator</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Administrateur système Openstack</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">PlanetHoster inc.</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><br class="m_-825404683999725886Apple-interchange-newline">
</div>
<div><br><blockquote type="cite"><div>Le 7 mai 2019 à 09:02, Jay Pipes <<a href="mailto:jaypipes@gmail.com" target="_blank" rel="noreferrer">jaypipes@gmail.com</a>> a écrit :</div><br class="m_-825404683999725886Apple-interchange-newline"><div><div>On 05/06/2019 05:56 PM, Jean-Philippe Méthot wrote:<br><blockquote type="cite">Hi,<br>We’ve been modifying our login habits for Nova on our Openstack setup to try to send only warning level and up logs to our log servers. To do so, I’ve created a logging.conf and configured logging according to the logging module documentation. While what I’ve done works, it seems to be a very convoluted process for something as simple as changing the logging level to warning. We worry that if we upgrade and the syntax for this configuration file changes, we may have to push more changes through ansible than we would like to.<br></blockquote><br>It's unlikely that the syntax for the logging configuration file will change since it's upstream Python, not OpenStack or Nova that is the source of this syntax.<br><br>That said, if all you want to do is change some or all package default logging levels, you can change the value of the CONF.default_log_levels option.<br><br>The default_log_levels CONF option is actually derived from the oslo_log package that is used by all OpenStack service projects. It's default value is here:<br><br><a href="https://github.com/openstack/oslo.log/blob/29671ef2bfacb416d397abc57170bb090b116f68/oslo_log/_options.py#L19-L31" target="_blank" rel="noreferrer">https://github.com/openstack/oslo.log/blob/29671ef2bfacb416d397abc57170bb090b116f68/oslo_log/_options.py#L19-L31</a><br><br>So, if you don't want to mess with the standard Python logging conf, you can just change that CONF.default_log_levels option. Note that if you do specify a logging config file using a non-None CONF.log_config_append value, then all other logging configuration options (like default_log_levels) are ignored).<br><br>Best,<br>-jay<br><br></div></div></blockquote></div><br></div></div></blockquote></div>