Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure correct log message from ETL overseer. #1490

Closed
wants to merge 1 commit into from

Commits on Feb 2, 2021

  1. Ensure correct log message from ETL overseer.

    The php type engine gets confused when you try to string convert an
    iAction object in the Logger code. Possibly something to do with the way
    the class is constructed or the loader????
    
    Anyway the old code results in the iAction object being treated as an
    Array like object in the classes/CCR/CCRLineFormatter.php on line 44.
    This change ensures a string is sent to the logger since that is
    what we want.
    jpwhite4 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    73351ff View commit details
    Browse the repository at this point in the history