mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
Optimizing Docker Log Output Detection
This commit is contained in:
parent
95dd8ea937
commit
d495118599
@ -62,7 +62,7 @@ function execute_start_scripts() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if is_running_in_container; then
|
if openim::util::is_running_in_container; then
|
||||||
exec > ${DOCKER_LOG_FILE} 2>&1
|
exec > ${DOCKER_LOG_FILE} 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user