mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-13 13:39:27 +02:00
Add error handling and logging for importer
This commit is contained in:
@@ -29,7 +29,7 @@ LOGGING = {
|
||||
},
|
||||
'loggers': {
|
||||
'django.db.backends': {
|
||||
'level': 'DEBUG',
|
||||
'level': 'ERROR', # Set to DEBUG to log all SQL calls
|
||||
'handlers': ['console'],
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user