Skip to content

Commit 6c71ee9

Browse files
MAGETWO-13915: PSR-3: common interface for logging libraries.
- remove backend configuration for log
1 parent 7d85edf commit 6c71ee9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

app/code/Magento/Backend/etc/adminhtml/system.xml

-17
Original file line numberDiff line numberDiff line change
@@ -193,23 +193,6 @@
193193
<comment>Translate, blocks and other output caches should be disabled for both frontend and admin inline translations.</comment>
194194
</field>
195195
</group>
196-
<group id="log" translate="label" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
197-
<label>Log Settings</label>
198-
<field id="active" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
199-
<label>Enabled</label>
200-
<source_model>Magento\Backend\Model\Config\Source\Yesno</source_model>
201-
</field>
202-
<field id="file" translate="label comment" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
203-
<label>System Log File Name</label>
204-
<backend_model>Magento\Backend\Model\Config\Backend\Filename</backend_model>
205-
<comment>Logging from \Psr\Log\LoggerInterface. File is located in {{base_dir}}/var/log</comment>
206-
</field>
207-
<field id="exception_file" translate="label comment" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
208-
<label>Exceptions Log File Name</label>
209-
<backend_model>Magento\Backend\Model\Config\Backend\Filename</backend_model>
210-
<comment>Logging from \Psr\Log\LoggerInterface. File is located in {{base_dir}}/var/log</comment>
211-
</field>
212-
</group>
213196
<group id="js" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
214197
<label>JavaScript Settings</label>
215198
<field id="merge_files" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">

0 commit comments

Comments
 (0)