Skip to content

Commit 30ce235

Browse files
committed
Add logging defaults to env
1 parent 067613f commit 30ce235

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ PACS_DB_PATH=/var/lib/pacs/pacs.db
2828

2929
# General Configuration
3030
LOG_LEVEL=INFO
31+
LOG_DIR=/var/lib/pacs/logs
32+
LOG_TO_FILE=false

scripts/bash/deploy_arc_ring.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ PACS_PORT=11112
8989
PACS_STORAGE_PATH=${BASE_PATH}/data/storage
9090
PACS_DB_PATH=${BASE_PATH}/data/pacs.db
9191
LOG_LEVEL=INFO
92+
LOG_DIR=${BASE_PATH}/logs
9293
SAMPLE_IMAGES_PATH=${BASE_PATH}/current/sample_images"
9394

9495
# Cross-platform base64 encoding (works on macOS and Linux)

0 commit comments

Comments
 (0)