mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
feat: optimize openim reset code
This commit is contained in:
parent
7b39b73318
commit
243f35d5d7
@ -117,7 +117,7 @@ func (rc *RootCmd) initializeLogger(cmdOpts *CmdOpts) error {
|
|||||||
|
|
||||||
func defaultCmdOpts() *CmdOpts {
|
func defaultCmdOpts() *CmdOpts {
|
||||||
return &CmdOpts{
|
return &CmdOpts{
|
||||||
loggerPrefixName: "OpenIM.log.all",
|
loggerPrefixName: "openim.log.all",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -19,9 +19,6 @@
|
|||||||
|
|
||||||
# Common utilities, variables and checks for all build scripts.
|
# Common utilities, variables and checks for all build scripts.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Unset CDPATH, having it set messes up with script import paths
|
# Unset CDPATH, having it set messes up with script import paths
|
||||||
unset CDPATH
|
unset CDPATH
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user