about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index fe28e6d..29b18e3 100644
--- a/src/config.py
+++ b/src/config.py
@@ -1,4 +1,5 @@
 # generic
+LOGGER_PATH = "logs"
 BUFFER_LENGTH = 65536           # 64 KiB
 BUFFER_MAX_SIZE = 2**30 * 0.5   # 512 MiB
 CLIENT_MAX_AMOUNT = 512         # max requests at once, after which the connections are dropped