We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c187a4 commit f313013Copy full SHA for f313013
config.py
@@ -6,7 +6,7 @@
6
__title__ = "Kitty Flask Demo"
7
__short_title__ = "kitty"
8
__description__ = ""
9
-__version__ = (0, 1, 1, 191118)
+__version__ = (0, 1, 2, 191121)
10
11
version = '.'.join(map(str, __version__))
12
DEBUG = True
@@ -39,7 +39,7 @@
39
SECRET_KEY = "12345" # TODO: move out the sensitive data
40
41
LOGGING = True
42
-LOG_FILE = join(LOG_DIR, "webui {}.log".format(strftime(TIMESTAMP_FORMAT).replace(' ', '_')))
+LOG_FILE = join(LOG_DIR, "flaskapp_{}.log".format(strftime(TIMESTAMP_FORMAT).replace(' ', '_')))
43
LOG_FORMAT = "[%(asctime)s] <%(filename)s:%(funcName)s:%(lineno)d> %(levelname)s - %(message)s", \
44
"%Y-%m-%d %H:%M:%S",
45
IPP = 15
0 commit comments