feat: add logger
This commit is contained in:
@@ -24,6 +24,12 @@ JWT_SECRET=change-this-development-secret
|
||||
# ============================================================================
|
||||
INITIAL_ADMIN_PASSWORD=admin12345
|
||||
|
||||
# Backend loguru stderr sink level. One of DEBUG / INFO / WARNING / ERROR
|
||||
# / CRITICAL. Anything else (e.g. lowercase) falls back to INFO inside
|
||||
# configure_logging(). Change to DEBUG to see request bodies in
|
||||
# runtime_client._jupyter_request.
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# Object storage. Two modes are supported:
|
||||
# STORAGE_BACKEND=s3 — connects to an S3-compatible service (MinIO,
|
||||
# RustFS, SeaweedFS, AWS S3, …). Requires the
|
||||
|
||||
Reference in New Issue
Block a user