mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
token modify
This commit is contained in:
@@ -24,7 +24,7 @@ func (f *fileHook) Levels() []logrus.Level {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (f *fileHook) Fire(entry *logrus.Entry) error {
|
func (f *fileHook) Fire(entry *logrus.Entry) error {
|
||||||
entry.Data["FilePath"] = findCaller(5)
|
entry.Data["FilePath"] = findCaller(6)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user