Skip to content

Commit f770dce

Browse files
author
markus-moser
committed
[SegmentManager] change log level of debug messages
1 parent d87ebab commit f770dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SegmentManager/DefaultSegmentManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,13 +837,13 @@ protected function createSegmentBuilders($segmentBuilderClass = null)
837837
$config = $this->config->segmentBuilders;
838838

839839
if (is_null($config)) {
840-
$this->getLogger()->alert('no segmentBuilders section found in plugin config file');
840+
$this->getLogger()->debug('no segmentBuilders section found in plugin config file');
841841

842842
return [];
843843
}
844844

845845
if (!sizeof($config)) {
846-
$this->getLogger()->alert('no segment builders defined in plugin config file');
846+
$this->getLogger()->debug('no segment builders defined in plugin config file');
847847

848848
return [];
849849
}

0 commit comments

Comments
 (0)