this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Restore logging

Mar 6a6d0cff 4d6486b6

-1
-1
server/src/main.rs
··· 100 100 port: config.port, 101 101 address: config.host, 102 102 ident: rocket::config::Ident::try_new(me.clone()).unwrap_or_default(), 103 - log_level: rocket::config::LogLevel::Off, 104 103 ..rocket::Config::default() 105 104 }; 106 105 let result = rocket::build()