diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-06-30 16:31:55 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-06-30 16:31:55 -0600 |
commit | 9159dfe3d8053e0c77d32893e45f8c527ba83076 (patch) | |
tree | 4ee1f8a3a1e4b1f7e98272971798fb542fe973a5 /src/libutil/logging.hh | |
parent | 70bcb39d3fe272164c122979ee36cf2f2ea8f084 (diff) |
comments and cleanup
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 3 |
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); |