mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-16 13:28:29 +00:00
move monkey_patches.py into archivebox.misc subfolder
This commit is contained in:
parent
4a5d607296
commit
4c25e90378
3 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ check_not_root()
|
||||||
check_io_encoding()
|
check_io_encoding()
|
||||||
|
|
||||||
# print('INSTALLING MONKEY PATCHES')
|
# print('INSTALLING MONKEY PATCHES')
|
||||||
from .monkey_patches import * # noqa
|
from .misc.monkey_patches import * # noqa
|
||||||
# print('DONE INSTALLING MONKEY PATCHES')
|
# print('DONE INSTALLING MONKEY PATCHES')
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -183,7 +183,7 @@ SETTINGS_LOGGING = {
|
||||||
"level": "ERROR",
|
"level": "ERROR",
|
||||||
},
|
},
|
||||||
"django.channels.server": {
|
"django.channels.server": {
|
||||||
# see archivebox.monkey_patches.ModifiedAccessLogGenerator for dedicated daphne server logging settings
|
# see archivebox.misc.monkey_patches.ModifiedAccessLogGenerator for dedicated daphne server logging settings
|
||||||
"propagate": False,
|
"propagate": False,
|
||||||
"handlers": ["default", "logfile"],
|
"handlers": ["default", "logfile"],
|
||||||
"level": "INFO",
|
"level": "INFO",
|
||||||
|
|
Loading…
Add table
Reference in a new issue