diff --git a/src/app.rs b/src/app.rs index 7634d2c..95ae258 100644 --- a/src/app.rs +++ b/src/app.rs @@ -173,7 +173,9 @@ pub fn make_app( tracing::debug!("unauthorized"); } 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");