From b44866b36e6f89fc1fe4b8d3d85b0e8af4326e40 Mon Sep 17 00:00:00 2001 From: jerryfletcher21 Date: Tue, 20 May 2025 20:59:41 +0200 Subject: [PATCH] document LOG_TO_CONSOLE to True in .env-sample --- .env-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env-sample b/.env-sample index 44a66072..64b12a5a 100644 --- a/.env-sample +++ b/.env-sample @@ -43,7 +43,7 @@ LND_GRPC_HOST='localhost:10009' REDIS_URL='redis://localhost:6379/1' # 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) # LOG_FILE="" # Change logger level (default is "WARNING")