summary refs log tree commit diff
path: root/src/Logging.cpp
diff options
context:
space:
mode:
authorAidan Hahn <aidan@aidanis.online>2019-09-01 16:32:09 -0700
committerAidan Hahn <aidan@aidanis.online>2019-09-01 16:32:09 -0700
commita38f3903551aa79908b053557d9ad3be0e7f0f25 (patch)
treed6d8c62b8739ae07ed30e989ffd5609acae86f11 /src/Logging.cpp
parentremoved leftovers from previous refactor (diff)
parentMerge pull request #86 from Nheko-Reborn/avatar-memory-usage (diff)
downloadnheko-a38f3903551aa79908b053557d9ad3be0e7f0f25.tar.xz
Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-dev-bugfix-71
Diffstat (limited to 'src/Logging.cpp')
-rw-r--r--src/Logging.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Logging.cpp b/src/Logging.cpp

index 686274d8..32287582 100644 --- a/src/Logging.cpp +++ b/src/Logging.cpp
@@ -16,6 +16,8 @@ constexpr auto MAX_LOG_FILES = 3; } namespace nhlog { +bool enable_debug_log_from_commandline = false; + void init(const std::string &file_path) {