Add support for authentication proxies (#321)

* add support for auth proxies

* Improve docs
This commit is contained in:
Sascha Ißbrücker
2022-08-14 13:35:03 +02:00
committed by GitHub
parent 1308370027
commit c9c6b097d0
5 changed files with 90 additions and 7 deletions

View File

@@ -44,12 +44,7 @@ LOGGING = {
'level': 'ERROR', # Set to DEBUG to log all SQL calls
'handlers': ['console'],
},
'bookmarks.services.tasks': { # Log task output
'level': 'DEBUG',
'handlers': ['console'],
'propagate': False,
},
'bookmarks.services.importer': { # Log importer debug output
'bookmarks': { # Log importer debug output
'level': 'DEBUG',
'handlers': ['console'],
'propagate': False,