From a717151b5006dffc1857919fd4ba8cf968ae34d8 Mon Sep 17 00:00:00 2001 From: jerryfletcher21 Date: Fri, 16 May 2025 18:36:13 +0200 Subject: [PATCH] document LOG_TO_CONSOLE in .env-sample --- .env-sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env-sample b/.env-sample index e4df1368..44a66072 100644 --- a/.env-sample +++ b/.env-sample @@ -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="" # Change logger level (default is "WARNING") # LOGGER_LEVEL="WARNING"