mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
@@ -173,7 +173,9 @@ pub fn make_app<AS: AddressbookStore, CS: CalendarStore, S: SubscriptionStore>(
|
|||||||
tracing::debug!("unauthorized");
|
tracing::debug!("unauthorized");
|
||||||
}
|
}
|
||||||
StatusCode::NOT_FOUND => {
|
StatusCode::NOT_FOUND => {
|
||||||
tracing::warn!("client error");
|
// Clients like GNOME Calendar will try to reach /remote.php/webdav
|
||||||
|
// quite often clogging up the logs
|
||||||
|
tracing::info!("client error");
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
tracing::error!("client error");
|
tracing::error!("client error");
|
||||||
|
|||||||
Reference in New Issue
Block a user