Better cancellation
This commit is contained in:
parent
51dba8ab67
commit
e263441fb6
2 changed files with 30 additions and 22 deletions
3
Makefile
3
Makefile
|
|
@ -17,8 +17,7 @@ webui-build: webui-deps
|
|||
|
||||
@PHONY: devserver
|
||||
devserver:
|
||||
echo -n '' > /tmp/rqbit-log
|
||||
cargo run --release -- \
|
||||
echo -n '' > /tmp/rqbit-log && cargo run --release -- \
|
||||
--log-file /tmp/rqbit-log \
|
||||
--log-file-rust-log=debug,librqbit=trace \
|
||||
server start /tmp/scratch/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue