feat: optimize openim reset code

This commit is contained in:
Xinwei Xiong (cubxxw) 2024-03-04 17:08:12 +08:00
parent 7b39b73318
commit 243f35d5d7
2 changed files with 1 additions and 4 deletions

View File

@ -117,7 +117,7 @@ func (rc *RootCmd) initializeLogger(cmdOpts *CmdOpts) error {
func defaultCmdOpts() *CmdOpts {
return &CmdOpts{
loggerPrefixName: "OpenIM.log.all",
loggerPrefixName: "openim.log.all",
}
}

View File

@ -19,9 +19,6 @@
# Common utilities, variables and checks for all build scripts.
# Unset CDPATH, having it set messes up with script import paths
unset CDPATH