From 46474766222f016783364735439ef1cd0a91eefb Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Fri, 23 Jun 2023 10:34:25 -0500 Subject: [PATCH] improvement: default to logging on stdout --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8738064..e6db8d5 100644 --- a/config.toml +++ b/config.toml @@ -58,7 +58,9 @@ description = "A newly created nostr-rs-relay.\n\nCustomize this with your own i #connection_write = "postgresql://postgres:nostr@localhost:7500/nostr" [logging] -folder_path = "./log" +# Directory to store log files. Log files roll over daily. +#folder_path = "./log" +#file_prefix = "nostr-relay" [grpc] # gRPC interfaces for externalized decisions and other extensions to