aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/logging.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r--src/libutil/logging.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh
index 3c164c670..273300b50 100644
--- a/src/libutil/logging.hh
+++ b/src/libutil/logging.hh
@@ -149,8 +149,7 @@ struct PushActivity
extern Logger * logger;
-Logger * makeSimpleLogger(bool printBuildLogs, bool showTrace);
-// Logger * makeSimpleLogger(bool printBuildLogs = true, bool showTrace);
+Logger * makeSimpleLogger(bool printBuildLogs = true, bool showTrace = false);
Logger * makeJSONLogger(Logger & prevLogger);