Add a message when log channel is lagged
This commit is contained in:
parent
1331145333
commit
37f295cb95
5 changed files with 18 additions and 7 deletions
5
Makefile
5
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue