From 4102dd34197f88fbf1394cddab2e11ee996dd326 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Mon, 23 Oct 2023 19:22:07 +0330 Subject: [PATCH] Change logging flags --- shared/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/config.go b/shared/config.go index b91152f..28d2e56 100644 --- a/shared/config.go +++ b/shared/config.go @@ -63,7 +63,7 @@ func BuildConfig(configOpt ConfigOptions, input option.Options) option.Options { Level: configOpt.LogLevel, Output: "box.log", Disabled: false, - Timestamp: false, + Timestamp: true, DisableColor: true, }