Downlevel some annoying log messages
This commit is contained in:
parent
d768211457
commit
9fd5ff6427
2 changed files with 6 additions and 5 deletions
3
Makefile
3
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue