The Wayback Machine - https://web.archive.org/web/20220318161523/https://github.com/nextcloud/server/issues/31612
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the loglevel of errors reported when parsing calendar subscriptions #31612

Open
tcitworld opened this issue Mar 17, 2022 · 0 comments
Open

Comments

@tcitworld
Copy link
Member

@tcitworld tcitworld commented Mar 17, 2022

Needs to go from debug to warning or info.

$this->logger->debug("Subscription $subscriptionId could not be parsed");

$this->logger->debug("Subscription $subscriptionId could not be parsed");

$this->logger->debug("Subscription $subscriptionId could not be parsed");

Originally posted by @thewavelength in nextcloud/calendar#2146 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment