mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 06:19:20 +08:00
Feature domain (#2414)
* Revert "fix:log (#2396)"
This reverts commit cc2f993e
* feat: prometheus config and log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user