mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
replace openim::log::info
This commit is contained in:
parent
97191a1c72
commit
d24e8ba416
@ -130,7 +130,6 @@ function openim::rpc::start() {
|
|||||||
for ((i = 0; i < ${#OPENIM_RPC_SERVICE_LISTARIES[*]}; i++)); do
|
for ((i = 0; i < ${#OPENIM_RPC_SERVICE_LISTARIES[*]}; i++)); do
|
||||||
|
|
||||||
openim::log::info "OpenIM ${OPENIM_RPC_SERVICE_LISTARIES[$i]} config path: ${OPENIM_RPC_CONFIG}"
|
openim::log::info "OpenIM ${OPENIM_RPC_SERVICE_LISTARIES[$i]} config path: ${OPENIM_RPC_CONFIG}"
|
||||||
|
|
||||||
# Get the service and Prometheus ports.
|
# Get the service and Prometheus ports.
|
||||||
OPENIM_RPC_SERVICE_PORTS=( $(openim::util::list-to-string ${OPENIM_RPC_PORT_LISTARIES[$i]}) )
|
OPENIM_RPC_SERVICE_PORTS=( $(openim::util::list-to-string ${OPENIM_RPC_PORT_LISTARIES[$i]}) )
|
||||||
read -a OPENIM_RPC_SERVICE_PORTS_ARRAY <<< ${OPENIM_RPC_SERVICE_PORTS}
|
read -a OPENIM_RPC_SERVICE_PORTS_ARRAY <<< ${OPENIM_RPC_SERVICE_PORTS}
|
||||||
|
|||||||
@ -81,6 +81,7 @@ openim::log::install_errexit() {
|
|||||||
# setting errtrace allows our ERR trap handler to be propagated to functions,
|
# setting errtrace allows our ERR trap handler to be propagated to functions,
|
||||||
# expansions and subshells
|
# expansions and subshells
|
||||||
#set -o errtrace
|
#set -o errtrace
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# Print out the stack trace
|
# Print out the stack trace
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user