8000 Fix production logging path · python-doc-tw/pydoc_autobuild@2a29069 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a29069

Browse files
committed
Fix production logging path
1 parent 4799a49 commit 2a29069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydoc_autobuild/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
LOCALE_PATHS = [join(BASE_DIR, 'locale')]
3030

3131
# Log everything to the logs directory at the top
32-
LOGFILE_ROOT = join(dirname(BASE_DIR), 'logs')
32+
LOGFILE_ROOT = join(BASE_DIR, 'logs')
3333

3434
# Reset logging
3535
LOGGING_CONFIG = None

0 commit comments

Comments
 (0)
0