mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-14 06:59:07 -05:00
improvement: default to logging on stdout
This commit is contained in:
parent
7a72e588ea
commit
4647476622
|
@ -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"
|
#connection_write = "postgresql://postgres:nostr@localhost:7500/nostr"
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
folder_path = "./log"
|
# Directory to store log files. Log files roll over daily.
|
||||||
|
#folder_path = "./log"
|
||||||
|
#file_prefix = "nostr-relay"
|
||||||
|
|
||||||
[grpc]
|
[grpc]
|
||||||
# gRPC interfaces for externalized decisions and other extensions to
|
# gRPC interfaces for externalized decisions and other extensions to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user