mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
log
This commit is contained in:
parent
da637d1ec2
commit
35774878db
@ -33,7 +33,7 @@ func init() {
|
||||
|
||||
func NewPrivateLog(moduleName string) {
|
||||
logger = loggerInit(moduleName)
|
||||
ctxLogger = loggerInit(moduleName)
|
||||
ctxLogger = ctxLoggerInit(moduleName)
|
||||
}
|
||||
|
||||
func ctxLoggerInit(moduleName string) *Logger {
|
||||
|
Loading…
x
Reference in New Issue
Block a user