mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
log
This commit is contained in:
parent
a84dbac876
commit
795b003210
@ -100,6 +100,6 @@ if [[ $? -ne 0 ]]; then
|
|||||||
openim::log::error "check process failed.\n "
|
openim::log::error "check process failed.\n "
|
||||||
echo "$result"
|
echo "$result"
|
||||||
else
|
else
|
||||||
openim::color::echo $COLOR_GREEN "All openim services are running normally! "
|
openim::log::success "All openim services are running normally! "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@ -109,7 +109,7 @@ if [[ $? -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
openim::log::info "\n## Post Starting OpenIM services"
|
openim::log::info "\n## Post Starting openim services"
|
||||||
${TOOLS_START_SCRIPTS_PATH} openim::tools::post-start
|
${TOOLS_START_SCRIPTS_PATH} openim::tools::post-start
|
||||||
|
|
||||||
openim::color::echo $COLOR_GREEN "✨ All OpenIM services have been successfully started!"
|
openim::log::success "✨ All openim services have been successfully started!"
|
||||||
Loading…
x
Reference in New Issue
Block a user