You can use LOG.exception.

Regards,
Wanghua

On Wed, Feb 3, 2016 at 2:28 PM, Khayam Gondal <[email protected]>
wrote:

> Is there a way to do logging the information and traceback at the same
> time. Currently I am doing it like this.
>
>
>
>
>
> LOG.error(_LE('Record already exists: %(exception)s '
>
>                      '\n %(traceback)'),
>
>                        {'exception': e1},
>
>                        {'traceback': traceback.print_stack()}).
>
>
>
> Let me know if this is correct way?
>
> Regards
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: [email protected]?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to