document LOG_TO_CONSOLE in .env-sample

This commit is contained in:
jerryfletcher21
2025-05-16 18:36:13 +02:00
parent f9028c287a
commit a717151b50

View File

@ -42,7 +42,9 @@ LND_GRPC_HOST='localhost:10009'
REDIS_URL='redis://localhost:6379/1'
# If set, log to file specified
# If set to True, load to console (default is False)
# LOG_TO_CONSOLE=False
# If set, log to file specified (LOG_TO_CONSOLE should be False)
# LOG_FILE="<path>"
# Change logger level (default is "WARNING")
# LOGGER_LEVEL="WARNING"