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