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
58efba12b5
commit
bba27c3dd3
@ -90,7 +90,7 @@ fi
|
||||
|
||||
openim::log::info "\n## Starting OpenIM services"
|
||||
execute_start_scripts
|
||||
|
||||
openim::log::info "\n## Starting OpenIM services finish !!!!!!!!!!!!!!!!"
|
||||
|
||||
sleep 2
|
||||
|
||||
@ -102,7 +102,7 @@ if [[ $? -ne 0 ]]; then
|
||||
fi
|
||||
|
||||
|
||||
openim::util::check_process_names ${OPENIM_ALL_SERVICE_LIBRARIES_NO_TRANSFER[@]}
|
||||
result=$(openim::util::check_process_names ${OPENIM_ALL_SERVICE_LIBRARIES_NO_TRANSFER[@]})
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "+++ cat openim log file >>> ${LOG_FILE}"
|
||||
openim::log::error "The program may fail to start.\n $result"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user