Skip to content

Information about the logger? #49

@torian257x

Description

@torian257x

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions