Add a message when log channel is lagged

This commit is contained in:
Igor Katson 2023-12-09 14:03:42 +00:00
parent 1331145333
commit 37f295cb95
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 18 additions and 7 deletions

View file

@ -18,7 +18,10 @@ webui-build: webui-deps
@PHONY: devserver
devserver:
echo -n '' > /tmp/rqbit-log
CORS_DEBUG=1 cargo run --release -- --log-file /tmp/rqbit-log server start /tmp/scratch/
CORS_DEBUG=1 cargo run --release -- \
--log-file /tmp/rqbit-log \
--log-file-rust-log=debug,librqbit=trace \
server start /tmp/scratch/
@PHONY: clean
clean: