mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-21 19:53:06 +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()
|
||||
|
||||
# print('INSTALLING MONKEY PATCHES')
|
||||
from .monkey_patches import * # noqa
|
||||
from .misc.monkey_patches import * # noqa
|
||||
# print('DONE INSTALLING MONKEY PATCHES')
|
||||
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@ SETTINGS_LOGGING = {
|
|||
"level": "ERROR",
|
||||
},
|
||||
"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,
|
||||
"handlers": ["default", "logfile"],
|
||||
"level": "INFO",
|
||||
|
|
Loading…
Reference in a new issue