QUIC Misconfigured

About logs…
If the log is too big, you can open it with Notepad++ or other coding editor.
Available log levels are: debug , info , warn , error , none .
You can open/edit the config.yaml with Notepad++ or Visual Studio Code or some other coding editor and change the log level. The error level makes the smallest log, but with the fewest info. The debug is the richest in info and makes a huge log.
You cand delete the storagenode.log and storagenode-updater.log anytime, after you stop both services in the Control Panel >… > Services. After deletion, restart the services and they will make new log files.
You can also use log rotate in Windows to automanage your logs. Search the forum for instructions…

For Windows you can configure logrotate for Windows:
https://sourceforge.net/p/logrotatewin/wiki/LogRotate/
or use scripts like:

or

or use Vadim’s Windows Toolbox:

This was provided to me by Alexey… I think.

1 Like