Skip to content

Instantly share code, notes, and snippets.

View sstadick's full-sized avatar

Seth sstadick

View GitHub Profile
@sstadick
sstadick / logging1.json
Last active May 4, 2017 22:03 — forked from pmav99/config2.json
Python logging configuration using JSON
{
"version": 1,
"disable_existing_loggers": true,
"formatters": {
"brief": {
"class": "logging.Formatter",
"datefmt": "%I:%M:%S",
"format": "%(levelname)-8s; %(name)-15s; %(message)s"
},
"single-line": {