로그 파일에서 query 결과가 잘려보이는 오류 수정 (3), 로그 시간 오류 수정

This commit is contained in:
2026-07-04 17:58:58 +09:00
parent 7e2f629681
commit 8269eee996
3 changed files with 26 additions and 4 deletions
+7
View File
@@ -18,6 +18,13 @@ services:
networks:
- proxy-network
restart: unless-stopped
# Synology 기본 db 로그 드라이버는 대량 로그 버스트 시 메시지를 드롭한다.
# json-file(blocking 모드)은 무손실 — 표/SQL 로그 잘림 방지.
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
networks:
proxy-network: