pylogconf package¶
Submodules¶
pylogconf.core module¶
- pylogconf.core.remove_all_root_handlers()[source]¶
This function can be used to reverse the effects of basicConfig :return:
- pylogconf.core.setup(level=None)[source]¶
This is the main API that this module exposes. It sets up logging and exception handling :return:
- pylogconf.core.setup_exceptions()[source]¶
Only print the heart of the exception and not the stack trace
- pylogconf.core.setup_scrapy()[source]¶
This is not needed as we pass ‘LOG_ENABLED’:False to scrapy at init time
pylogconf.static module¶
version which can be consumed from within the module