On Wed, Jan 21, 2015 at 12:16 PM, Qiming Teng <teng...@linux.vnet.ibm.com>
wrote:

> Hi,
>
> In the oslo_log 0.1.0 release, the setup() function demands for a conf
> parameter, but I have failed to find any hint about setting this up.
>
> The problem is cfg.CONF() returns None, so the following code fails:
>
>   conf = cfg.CONF(name='prog', project='project')
>   # conf is always None here, so the following call fails
>   log.setup(conf, 'project')
>
> Another attempt also failed, because it cannot find any options:
>
>   log.setup(cfg.CONF, 'project')
>
> Any hint or sample code to setup logging if I'm abandoning the log
> module from oslo.incubator?
>
>
You might take a look at
https://github.com/openstack/oslo.log/blob/master/oslo_log/_options.py
Those options are what oslo_log expects to find in service configuration
files.


> Thanks!
>
> Regards,
>   Qiming
>
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>


Kind regards,
Denis M.
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to