feat: allow logging output to file

This commit is contained in:
Jamin M
2023-06-23 10:02:49 -05:00
committed by Greg Heartsfield
parent 73285683a3
commit f4beb884b3
5 changed files with 106 additions and 58 deletions
+3
View File
@@ -57,6 +57,9 @@ description = "A newly created nostr-rs-relay.\n\nCustomize this with your own i
# different nodes. Ignore for single-database instances.
#connection_write = "postgresql://postgres:nostr@localhost:7500/nostr"
[logging]
folder_path = "./log"
[grpc]
# gRPC interfaces for externalized decisions and other extensions to
# functionality.