From 0994c484d1da99b9039bcceec4213dee0833b145 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:19:23 +0200 Subject: [PATCH] Add debug logging to PROPPATCH --- crates/dav/src/proppatch.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/dav/src/proppatch.rs b/crates/dav/src/proppatch.rs index 746f97a..c4cfe29 100644 --- a/crates/dav/src/proppatch.rs +++ b/crates/dav/src/proppatch.rs @@ -10,6 +10,7 @@ use crate::Error; use actix_web::http::header::ContentType; use actix_web::http::StatusCode; use actix_web::{web::Path, HttpRequest, HttpResponse}; +use log::debug; use rustical_auth::{AuthInfoExtractor, CheckAuthentication}; use serde::{Deserialize, Serialize}; @@ -54,6 +55,8 @@ pub async fn route_proppatch::Prop> { set: set_els, @@ -158,6 +161,7 @@ pub async fn route_proppatch