[Openstack] Location of log messages for stevedore extensions in OpenStack
Kevin Wilson
wkevils at gmail.com
Tue Oct 18 08:41:21 UTC 2016
Helo, Tinath,
Thanks for your quick repsonse. It did help. After some trials I found out that
LOG.error messages from stevedore/extension.py are shown in
/var/log/nova-compute.log
However, I cannot find where I can set the log level to be "info" (so
that LOG.info messages will be displayed).
I looked by:
more /etc/nova/nova-compute.conf | grep extension
gives nothing, and also
more /etc/nova/nova-compute.conf | grep stevedore
gives nothing
Any ideas ?
Kevin
On Mon, Oct 17, 2016 at 8:39 PM, Trinath Somanchi
<trinath.somanchi at nxp.com> wrote:
> /var/logs. check there..
>
> ________________________________
> From: Kevin Wilson <wkevils at gmail.com>
> Sent: Monday, October 17, 2016 8:05:54 PM
> To: openstack at lists.openstack.org
> Subject: [Openstack] Location of log messages for stevedore extensions in
> OpenStack
>
> Hello,
> I have a machine on which openstack runs and it uses stevedore API,
> see for example:
> https://github.com/openstack/stevedore/blob/master/stevedore/extension.py
>
> My question is:
> In the exension.py file of stevedore, there are loggin messages, like
> ...
> LOG.debug('found extension %r', ep)
> ...
>
> What is the location of the log file to which these messages are written ?
>
> Regards,
> Kevin
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
More information about the Openstack
mailing list