Add enable logs setting for Flat File Import (#7342)

* Add config for enabling Flat File Import logging

* Move logs to default log location for extensions

* Add localized strings
This commit is contained in:
Charles Gagnon
2019-09-24 18:07:46 -07:00
committed by Karl Burtram
parent c2727264ad
commit 43e360165f
4 changed files with 18 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
{
"flatfileimport.configuration.title": "Flat File Import configuration",
"flatfileimport.logDebugInfo": "[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown"
}