Closed supersjimmie closed 7 months ago
first of all take a look at the linked environments variables in the README.md https://github.com/b2un0/silabs-multipan-docker/blob/main/Dockerfile#L13C5-L13C19
your friend could be OTBR_LOG_LEVEL
i don't know the options, you should search here
https://openthread.io/guides/border-router/build
also, yo can limit the docker logs for each container https://docs.docker.com/config/containers/logging/local/ take a look at the examples
yes, thanks, that worked (docker stop, rm and install again with --env OTBR_LOG_LEVEL="warn")
I'm running on a small storage (32GB) raspberry, where I see the log growing very fast. As far as I can see, there's nothing really special, it looks like the logs is filled with just "normal" lines which are in such a huge amout that my storage fills fast.
Is there some way to config the log to only capture errors or perhaps rotate or some way to make it less "consuming"?