Add log rotation to server & UI improvements #157

Merged
schmelczer merged 6 commits from asch/logs into main 2025-11-02 17:52:05 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit eb2b2ba56e - Show all commits

View file

@ -21,7 +21,7 @@ else
cargo fmt --all -- --check
fi
cargo machete
cargo machete --with-metadata
echo "Running checks in frontend"
cd ../frontend

View file

@ -88,3 +88,6 @@ similar_names = { level = "allow", priority = 1 }
missing_docs_in_private_items = { level = "allow", priority = 1 }
pedantic = { level = "warn", priority = 0 }
[package.metadata.cargo-machete]
ignored = ["humantime-serde"] # only used in serde macro