<?xml version="1.0"?>
<!--
/**
 * @module  Autogedal_SeoCanonical
 * @author  Autogedal
 * @licence OSL 3.0
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Autogedal\SeoCanonical\Logger\Handler">
        <arguments>
            <argument name="filesystem" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
        </arguments>
    </type>
    <type name="Autogedal\SeoCanonical\Logger\Logger">
        <arguments>
            <argument name="name" xsi:type="string">seoCanonical</argument>
            <argument name="handlers" xsi:type="array">
                <item name="system" xsi:type="object">Autogedal\SeoCanonical\Logger\Handler</item>
            </argument>
        </arguments>
    </type>
</config>
