config: Default LOG_DIR to the local Path.
This commit is contained in:
parent
eb89a5252a
commit
9ec1b20b90
1 changed files with 1 additions and 1 deletions
|
@ -686,4 +686,4 @@ options = None
|
||||||
safeJID = None # type: Optional[Callable]
|
safeJID = None # type: Optional[Callable]
|
||||||
|
|
||||||
# the global log dir
|
# the global log dir
|
||||||
LOG_DIR = ''
|
LOG_DIR = Path()
|
||||||
|
|
Loading…
Reference in a new issue