mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 10:18:45 +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 "
|
||||
echo "$result"
|
||||
else
|
||||
openim::color::echo $COLOR_GREEN "All openim services are running normally! "
|
||||
openim::log::success "All openim services are running normally! "
|
||||
fi
|
||||
|
||||
|
||||
@ -109,7 +109,7 @@ if [[ $? -ne 0 ]]; then
|
||||
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
|
||||
|
||||
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