mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 00:39:01 +08:00
log
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user