Downlevel some annoying log messages

This commit is contained in:
Igor Katson 2023-12-07 22:48:14 +00:00
parent d768211457
commit 9fd5ff6427
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 6 additions and 5 deletions

View file

@ -20,7 +20,8 @@ webui-build: webui-deps
@PHONY: devserver
devserver:
CORS_DEBUG=1 cargo run --release -- server start /tmp/scratch/
echo -n '' > /tmp/rqbit-log
CORS_DEBUG=1 cargo run --release -- --log-file /tmp/rqbit-log server start /tmp/scratch/
@PHONY: clean
clean: