logging_conf module¶
HSTB.kluster.logging_conf Module¶
Functions¶
|
Take an existing logger and add a new file handler to it, to save the log output to file. |
|
Check if the provided file path matches an existing file handler destination |
|
Check if this logger contains a file handler |
|
Remove all existing file handlers from the logger instance |
|
Return the log file name that we use throughout kluster. |
|
Built to support logging within the kluster system. |
Classes¶
|
Basic class for logging. |
|
filter out messages that are not CRITICAL or ERROR or WARNING |
|
filter out messages that are not DEBUG or INFO |