We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d140563 commit 2a0c19cCopy full SHA for 2a0c19c
lib/Service/DaemonConfigService.php
@@ -76,7 +76,7 @@ public function getDaemonConfigByName(string $name): ?DaemonConfig {
76
try {
77
return $this->mapper->findByName($name);
78
} catch (DoesNotExistException|MultipleObjectsReturnedException|Exception $e) {
79
- $this->logger->error('Failed to get daemon config by name. Error: ' . $e->getMessage(), ['exception' => $e]);
+ $this->logger->debug('Failed to get daemon config by name. Error: ' . $e->getMessage(), ['exception' => $e]);
80
return null;
81
}
82
0 commit comments