Skip to content
Snippets Groups Projects
Verified Commit 3650c369 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Minor tweaks (logs, exceptions)

parent 741ab533
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,10 @@ LOGGING = {
'handlers':['console'],
'propagate': True,
'level':'DEBUG',
}
},
'': {
'level': 'DEBUG',
'handlers': ['console'],
},
},
}
......@@ -2,3 +2,7 @@
class MalformedPayload(ValueError):
pass
class MissingSignature(KeyError):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment