Skip to content

Commit

Permalink
Modernize logging section.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jul 10, 2019
1 parent eb61f01 commit 3b79fe4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions LDM-152.tex
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ \subsubsection{Key Requirements}\label{logging-reqs}
must be configurable on a per-component level. There must be a way for
messages that are not produced to not add significant overhead.
Logs must be able to
be written to local disk files as well as sent via the event subsystem.
be written to local disk files to be gathered by a collection system.
Metadata about a component's context, such as a description of the CCD
being processed, must be able to be attached to a log message.

Expand Down Expand Up @@ -543,9 +543,6 @@ \subsubsection{Implementation}\label{logging-implementation}
\texttt{log4cxx} provides for significant configurability of logs, including
their destinations, message formatting, and thresholds, both through code and
through external configuration files in either XML or Java property format.
An adapter was written to enable log messages to be sent via ActiveMQ events,
but this is not currently being used, as log collection mechanisms are
adequate.


\subsection{MultiNode API}\label{multinode-api}
Expand Down

0 comments on commit 3b79fe4

Please sign in to comment.