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

Mechanism for sending messages to execution log from Java #112

Closed
wants to merge 7 commits into from

Commits on Jan 27, 2016

  1. Configuration menu
    Copy the full SHA
    1c30432 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Mechanism for sending messages to execution log from Java

    using a custom Logback appender that sents log messages to the
    EventBus. Attaching the right job ID is done using the same MDC based
    principle that was already used in IgnoreSiftAppender.
    
    This fixes issue daisy/pipeline#477
    
    Note that this also follows the proposal of unifying the two types of
    messages (execution log and detailed log) through one and the same
    mechanism, except that XProc/XSLT messages are still sent directly to
    the EventBus: see issue
    daisy/pipeline#478.
    
    In order to support messages belonging to one job coming from several
    sources, the message sequence numbers are now computed automatically
    within MessageBuilder, and the withSequence method has been removed.
    bertfrees committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    8e088a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. fixup

    bertfrees committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    3914b67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc4cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7786a99 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    bdb6b24 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Configuration menu
    Copy the full SHA
    03138e8 View commit details
    Browse the repository at this point in the history