-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
aimeos 2016.04.2 if i am not wrong
laravelinstall/vendor/aimeos/aimeos-core/controller/jobs/src/Controller/Jobs/Product/Import/Csv/Standard.php
line
542
catch( \Exception $e )
{
$manager->rollback();
$msg = sprintf( 'Unable to import product with code "%1$s": %2$s', $code, $e->getMessage() );
$context->getLogger()->log( $msg );
$errors++;
}
i figured my way through the code... we are logging into the madmin_log table. i didn't know. I wish that would have been written down somewhere, or how i can change it as well to log to the logfile.
Metadata
Metadata
Assignees
Labels
No labels