Skip to content

Commit

Permalink
Minor doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor committed Jul 1, 2019
1 parent 50572c5 commit 9f1dd89
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
/**
* An implementation of {@link TraceEventFlusher}, which appends trace events
* to the application logger. This is the default, out of the box event flusher,
* which is completely independent of the operational environment. Probably not for production use,
* but is good enough for the demo application.
* which is completely independent of the operational environment. Probably not for production use.
* <p>
* Configuration. You may use the {@code variant.event.flusher.class.init} configuration property
* to pass configuration details to this object.
* Configuration.
* <ul>
* <li><code>level</code> - specifies the logging level to be used. Defaults to 'INFO'.<br/>
* </ul>
* Example:<br/>
* <code>variant.event.flusher.class.init = {init="INFO"}</code>
* <code>variant.event.flusher.class.init = {level="INFO"}</code>
*
*
* @since 0.5
Expand Down

0 comments on commit 9f1dd89

Please sign in to comment.