openstack.utils.
enable_logging
(debug=False, path=None, stream=None)¶Enable logging to a file at path and/or a console stream.
This function is available for debugging purposes. If you wish to
log this package’s message in your application, the standard library
logging
package will receive these messages in any handlers you
create.
Parameters: |
|
---|---|
Return type: |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.