Details
-
Improvement
-
Status: Closed
-
High
-
Resolution: Fixed
-
None
-
None
-
None
Description
If I have log level on warn, and I get an error during initialization, I cannot see at all which import file failed. I then have to run the import again, now on info level, so see at info level which file did not succeed:
So, is it ok to add to the method the location of the file that is loaded, such that we can print the failing file when an exception is caught? Would be nice to see the failing file