Skip to content

Instantly share code, notes, and snippets.

View Kavuti's full-sized avatar
🎹
Working

Christian Cavuti Kavuti

🎹
Working
View GitHub Profile
@Kavuti
Kavuti / python_logging.ini
Created February 20, 2021 22:19
Gist containing my personal python logging configuration used across many projects
[loggers]
keys=root
[handlers]
keys=consoleHandler,fileHandler
[formatters]
keys=baseFormatter
[logger_root]