mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
del log (#2030)
This commit is contained in:
parent
42482e7eb4
commit
16799648dc
@ -101,7 +101,7 @@ function openim::tools::start_service() {
|
||||
cmd="${cmd} --prometheus_port ${prometheus_port}"
|
||||
fi
|
||||
openim::log::status "Starting binary ${binary_name}..."
|
||||
${cmd} >>"${LOG_FILE}" 2> >(tee -a "${LOG_FILE}" >&2)
|
||||
${cmd}
|
||||
local status=$?
|
||||
|
||||
if [ $status -eq 0 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user