Rename the project and add more README docs

This commit is contained in:
2020-10-12 20:53:19 -04:00
parent 7fa6fe2b04
commit db8ccb3ca4
5 changed files with 983 additions and 924 deletions

View File

@@ -58,7 +58,7 @@ struct ErrorMessage {
async fn main() -> Result<()> {
dotenv().ok();
let env_log_filter =
env::var("RUST_LOG").unwrap_or_else(|_| "warp=info,shopkeeper=info".to_owned());
env::var("RUST_LOG").unwrap_or_else(|_| "warp=info,bazaar_realm_api=info".to_owned());
tracing_subscriber::fmt()
.with_env_filter(env_log_filter)
.with_span_events(FmtSpan::CLOSE)