From: APTX Date: Thu, 9 Jan 2020 12:05:42 +0000 (+0900) Subject: Do not enable debug logs by default X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;ds=sidebyside;p=anidbudpclient.git Do not enable debug logs by default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 115014e..d7c3dc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ add_feature_info(RenameParser WITH_RENAMEPARSER "file renaming engine") option(WITH_ENCRYPTION "Enable encryption" ON) add_feature_info(Encryption WITH_ENCRYPTION "ENCRYPT command support (requires QCA)") -option(WITH_CLIENT_DEBUG "Enable client debug logs" ON) +option(WITH_CLIENT_DEBUG "Enable client debug logs" OFF) add_feature_info(ClientDebug WITH_CLIENT_DEBUG "Print extra logs for debug purposes") set(QT_MIN_VERSION "5.8.0")