mirror of https://github.com/yandex/odyssey.git
fix (#596)
This commit is contained in:
parent
9f33abca4f
commit
bf05761979
|
@ -81,6 +81,7 @@ COPY ./docker/shell-test /shell-test
|
|||
COPY ./docker/tsa /tsa
|
||||
COPY ./docker/xproto /xproto
|
||||
COPY ./docker/copy /copy
|
||||
COPY ./docker/gorm /gorm
|
||||
|
||||
COPY ./docker/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ log_syslog no
|
|||
log_syslog_ident "odyssey"
|
||||
log_syslog_facility "daemon"
|
||||
|
||||
log_file "/var/log/odyssey.log"
|
||||
log_debug no
|
||||
log_config yes
|
||||
log_session yes
|
||||
|
|
Loading…
Reference in New Issue