Skip to content

Commit 314d544

Browse files
committed
Add oautlib logger for example application
1 parent 4f63b1e commit 314d544

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example/example/settings/base.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@
173173
'level': 'DEBUG',
174174
'propagate': True,
175175
},
176+
'oauthlib': {
177+
'handlers': ['console'],
178+
'level': 'DEBUG',
179+
'propagate': True,
180+
}
176181
}
177182
}
178183

0 commit comments

Comments
 (0)