We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87ebab commit f770dceCopy full SHA for f770dce
src/SegmentManager/DefaultSegmentManager.php
@@ -837,13 +837,13 @@ protected function createSegmentBuilders($segmentBuilderClass = null)
837
$config = $this->config->segmentBuilders;
838
839
if (is_null($config)) {
840
- $this->getLogger()->alert('no segmentBuilders section found in plugin config file');
+ $this->getLogger()->debug('no segmentBuilders section found in plugin config file');
841
842
return [];
843
}
844
845
if (!sizeof($config)) {
846
- $this->getLogger()->alert('no segment builders defined in plugin config file');
+ $this->getLogger()->debug('no segment builders defined in plugin config file');
847
848
849
0 commit comments