adios_db package

adios_db.initialize_console_log(level='debug')

Initializes the logger to simply log everything to the console (stdout) Likely what you want for scripting use

Parameters:

level='debug' – the level you want your log to show. options are, in order of importance: “debug”, “info”, “warning”, “error”, “critical”

You will only get the logging messages at or above the level you set.

Subpackages