Skip to main content

Import Log

During the import process, a log file is created in parallel to the output which contains information about the import process.

The log file is stored under /path/to/pimcore/var/log/eclass_import-{YYYY-MM-DD}.log.

Log Message Overview

Log-MessageExplaination
Starting definition import...The import was started
Collect garbage, current memory usage {MEMORY} MBInformation that the Pimcore runtime cache has been cleared
Importing definition of class "{ECLASS_CLASS}"The given ECLASS class has been imported
Skip definition of class "{ECLASS_CLASS}" because no properties assignedThe ECLASS class was not imported because the class has no assigned properties. This may occur with older ECLASS classes in newer ECLASS versions
Definition import completed.The import of the definitions has been completed
Starting translation import...The import of ECLASS texts into Admin Translations has been started
Starting for language: "{LANGUAGE}"The import of ECLASS texts into Admin Translations has been started for the given language
Prepare translations for class "{ECLASS_CLASS}" in language "{LANGUAGE}"All Admin Translations of the ECLASS class have been prepared for storage
Skip translation import for class "{ECLASS_CLASS}" in language "{LANGUAGE}" because no properties assignedThe translations for the given ECLASS class were not imported because the class has no assigned properties. This may occur with older ECLASS classes in newer ECLASS versions
Save translations for language "{LANGUAGE}" to database ({OPERATION_COUNT}/{TOTAL_SIZE})Storage of Admin Translations
Translation import for language "{LANGUAGE}" completed.The import of ECLASS texts for the given language has been completed
Language "{LANGUAGE}" not available, skipped.The given language has not been found in the ECLASS definition folder
Translation import completed.All languages have been successfully imported
Done.The import has been fully completed