Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
interfect
funkwhale
Commits
3650c369
Verified
Commit
3650c369
authored
Mar 31, 2018
by
Eliot Berriot
Browse files
Minor tweaks (logs, exceptions)
parent
741ab533
Changes
2
Hide whitespace changes
Inline
Side-by-side
api/config/settings/local.py
View file @
3650c369
...
...
@@ -72,6 +72,10 @@ LOGGING = {
'handlers'
:[
'console'
],
'propagate'
:
True
,
'level'
:
'DEBUG'
,
}
},
''
:
{
'level'
:
'DEBUG'
,
'handlers'
:
[
'console'
],
},
},
}
api/funkwhale_api/federation/exceptions.py
View file @
3650c369
...
...
@@ -2,3 +2,7 @@
class
MalformedPayload
(
ValueError
):
pass
class
MissingSignature
(
KeyError
):
pass
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment