Add an HTTP API endpoint + UI widgets to stream logs (#49)
* Added JSON logs to Desktop * Move logging config into librqbit for reuse * Log printer now available in both Desktop and Web UI * Fix JS type error
This commit is contained in:
parent
9385524a1a
commit
2017c5ec94
21 changed files with 462 additions and 333 deletions
|
|
@ -55,7 +55,7 @@ rand = "0.8"
|
|||
openssl = {version="0.10", optional=true}
|
||||
crypto-hash = {version="0.3", optional=true}
|
||||
sha1 = {version = "0.10", optional=true}
|
||||
tracing-subscriber = {version = "0.3", default-features = false}
|
||||
tracing-subscriber = {version = "0.3", default-features = false, features = ["json"]}
|
||||
|
||||
uuid = {version = "1.2", features = ["v4"]}
|
||||
futures = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue