mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 08:43:14 +00:00
document LOG_TO_CONSOLE to True in .env-sample
This commit is contained in:
@ -43,7 +43,7 @@ LND_GRPC_HOST='localhost:10009'
|
|||||||
REDIS_URL='redis://localhost:6379/1'
|
REDIS_URL='redis://localhost:6379/1'
|
||||||
|
|
||||||
# If set to True, load to console (default is False)
|
# If set to True, load to console (default is False)
|
||||||
# LOG_TO_CONSOLE=False
|
# LOG_TO_CONSOLE=True
|
||||||
# If set, log to file specified (LOG_TO_CONSOLE should be False)
|
# If set, log to file specified (LOG_TO_CONSOLE should be False)
|
||||||
# LOG_FILE="<path>"
|
# LOG_FILE="<path>"
|
||||||
# Change logger level (default is "WARNING")
|
# Change logger level (default is "WARNING")
|
||||||
|
Reference in New Issue
Block a user