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

Trigger the DbLogHandler for exceptions in WorkChains run by daemon #908

Commits on Nov 10, 2017

  1. Trigger the DbLogHandler for exceptions in WorkChains run by daemon

    Exceptions that are encountered when ticking processes only got
    logged to the daemon log but did not go through the logger of the
    process itself and therefore the exception message was not in any
    retrievable through the WorkCalculation node.
    In the tick_workflow_engine of the daemon, when an exception occurs
    in the ticking of the process, a log message is sent to the logger
    of the process which should have the DbLogHandler configured, which
    will cause the message to end up in the DbLog table. This message
    will then be accessible through for example 'verdi work report'
    sphuber committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    ac9d226 View commit details
    Browse the repository at this point in the history