Revize 1bdc90c0
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
src/constants.py | ||
---|---|---|
6 | 6 |
DATABASE_FILE_LOCATION = FileAnchor("aswi2021jmsd", DATABASE_FILE) |
7 | 7 |
DATETIME_FORMAT = "%d.%m.%Y %H:%M:%S" |
8 | 8 |
|
9 |
LOG_FILE = "log/application.log" |
|
10 |
LOG_FILE_LOCATION = FileAnchor("aswi2021jmsd", LOG_FILE) |
|
11 |
LOG_FORMAT = "%(levelname)-8s %(asctime)s - %(message)s" |
|
12 |
|
|
9 | 13 |
REV_REASON_UNSPECIFIED = "unspecified" |
10 | 14 |
|
11 | 15 |
# Types of certificates |
Také k dispozici: Unified diff
Re #8570 - Setted configuration of logging