train to set up a fullnode right now. Is there a way to limit the log output of the ergo daemon, running in docker?
When I set mining = true in the ergo.conf, will the node where the daemon is running start to mine ergo or is a dedicated mining software needed?
Last but not least: is there somwhere an actual description of the configfile? The one from the official documentation is marked as outdated.
Many thanks in Advance for your help.
1. Not sure about docker - depends on how you’re running it. Add -Dlogback.stdout.level=WARN -Dlogback.file.level=ERR to the java command if possible. 2. Need dedicated software for it 3. https://github.com/ergoplatform/ergo/blob/master/src/main/resources/application.conf
Hi Glasgow, thanks for that fast response 👍. Will give it a try and report back
-Dlogback did the trick. Just had to figure out how to apply this to a java docker container with docker-compose. Trick is to declare a _JAVA_OPTIONS environment variable with the desired options.
If it’s docker-compose I think you can define env variables directly within it https://docs.ergoplatform.com/node/platforms/docker/
Обсуждают сегодня