Merge pull request #6903 from alvasw/seednode_docker_tor_logs_to_console

seednode-docker: Send Tor logs to stdout/stderr
This commit is contained in:
Alejandro García 2023-10-10 23:23:08 +00:00 committed by GitHub
commit 971faa3792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ services:
"--SOCKSPort", "0.0.0.0:9050",
"--ControlPort", "0.0.0.0:9051",
"--HashedControlPassword", "16:ED08CEBE4E91EA126089506E2880119E20A39054754D3916EAFF774046", # password: bisq
"--Log", "notice syslog",
"--Log", "notice",
"--SafeSocks", "0",
"--HiddenServiceStatistics", "0",
"--AvoidDiskWrites", "1" ]