aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/workflowengine/lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/lib/AppInfo/Application.php b/apps/workflowengine/lib/AppInfo/Application.php
index 2d04e2a1bf9..74a7c841ee7 100644
--- a/apps/workflowengine/lib/AppInfo/Application.php
+++ b/apps/workflowengine/lib/AppInfo/Application.php
@@ -110,7 +110,7 @@ class Application extends \OCP\AppFramework\App {
$operation->onEventCompat($eventName, $event, $ruleMatcher);
} else {
$logger = $this->getContainer()->getServer()->getLogger();
- $logger->warning(
+ $logger->debug(
'Cannot handle event {name} of {event} against entity {entity} and operation {operation}',
[
'app' => self::APP_ID,