Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Doug Hellmann
> > From: Kevin Wilson > > Sent: Monday, October 17, 2016 8:05:54 PM > > To: openstack@lists.openstack.org > > Subject: [Openstack] Location of log messages for stevedore extensions in > > OpenStack > > > > Hello, > > I have a machine on which openstack runs an

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Trinath Somanchi
Check " INFO" in the logs. -Original Message- From: Kevin Wilson [mailto:wkev...@gmail.com] Sent: Tuesday, October 18, 2016 2:11 PM To: Trinath Somanchi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Location of log messages for stevedore extensions in OpenS

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Kevin Wilson
> From: Kevin Wilson > Sent: Monday, October 17, 2016 8:05:54 PM > To: openstack@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

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-17 Thread Trinath Somanchi
/var/logs. check there.. From: Kevin Wilson Sent: Monday, October 17, 2016 8:05:54 PM To: openstack@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

[Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-17 Thread Kevin Wilson
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) ...