add logging
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
aovantsev
2025-10-08 21:00:23 +03:00
parent e2cf730474
commit 4ae5bf6a81
9 changed files with 154 additions and 32 deletions

View File

@@ -3,5 +3,8 @@ ENVIRONMENT=development
DATABASE_URL=postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
JWT_SECRET=dev-secret-key-change-in-production
PORT=8080
METRICS_PORT=9090
GIN_MODE=debug
LOG_LEVEL=debug
LOG_DIR=/app/logs
LOG_VOLUME=counter_logs