refactor: Add file/line to tox-bootstrapd logging.

Also, allow trace logging in bootstrapd (disabled by default, but
enabled on the websockify docker image so we can debug things there).
This commit is contained in:
iphydf
2025-01-30 16:20:50 +00:00
parent f84e8cdce3
commit 7c3be23429
30 changed files with 294 additions and 154 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
set -eux
BUILD=cppcheck
other/docker/sources/build
other/docker/sources/build.sh
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .