mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_ws: add simple_logger for debugging, need better solution
This commit is contained in:
parent
23e0e0bcd0
commit
7430c23ccc
4 changed files with 36 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
|||
|
||||
|
||||
fn main(){
|
||||
// ::simple_logger::init().unwrap();
|
||||
|
||||
cli_helpers::run_app_with_cli_and_config::<aquatic_ws::config::Config>(
|
||||
"aquatic: webtorrent tracker",
|
||||
aquatic_ws::run,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue