Feature domain (#2414)

* Revert "fix:log (#2396)"

This reverts commit cc2f993e

* feat: prometheus config and log
This commit is contained in:
icey-yu
2024-07-17 10:31:02 +08:00
committed by GitHub
parent 4aaf496086
commit dcc0b57382
6 changed files with 37 additions and 43 deletions
+1 -4
View File
@@ -136,11 +136,8 @@ func (r *RootCmd) initializeLogger(cmdOpts *CmdOpts) error {
r.log.IsStdout,
r.log.IsJson,
r.log.StorageLocation,
r.log.RemainRotationCount,
r.log.RotationTime,
r.log.MaxBackups,
r.log.MaxSize,
r.log.MaxAge,
r.log.Compress,
config.Version,
)
if err != nil {