Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update reconfigure javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
akang31 committed Dec 7, 2023
1 parent bc8848b commit 6ccc6d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/netflix/blitz4j/LoggingConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ public synchronized void setProperty(Object source, String name, Object value,

/**
* Set a snapshot of all LOG4J properties and reconfigure if properties have been
* changed.
* changed. This assumes that the Properties being set here has already been filtered
* to only properties starting with LOG4J_PREFIX.
* @param props Complete set of ALL log4j configuration properties including all
* appenders and log level overrides
*/
Expand Down

0 comments on commit 6ccc6d3

Please sign in to comment.