mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
log
This commit is contained in:
parent
3ff28111e1
commit
21aa278ad3
@ -33,13 +33,7 @@ function openim::msgtransfer::start() {
|
|||||||
|
|
||||||
openim::log::info "Start OpenIM Msggateway, binary root: ${SERVER_NAME}"
|
openim::log::info "Start OpenIM Msggateway, binary root: ${SERVER_NAME}"
|
||||||
openim::log::status "Start OpenIM Msggateway, path: ${OPENIM_MSGTRANSFER_BINARY}"
|
openim::log::status "Start OpenIM Msggateway, path: ${OPENIM_MSGTRANSFER_BINARY}"
|
||||||
|
|
||||||
result=$(openim::util::stop_services_with_name ${OPENIM_MSGTRANSFER_BINARY})
|
|
||||||
if [[ $? -ne 0 ]]; then
|
|
||||||
openim::log::error "stop ${SERVER_NAME} failed"
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Message Transfer Prometheus port list
|
# Message Transfer Prometheus port list
|
||||||
MSG_TRANSFER_PROM_PORTS=(openim::util::list-to-string ${MSG_TRANSFER_PROM_PORT} )
|
MSG_TRANSFER_PROM_PORTS=(openim::util::list-to-string ${MSG_TRANSFER_PROM_PORT} )
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user