Skip to content

Commit

Permalink
Make pattern public for reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Apr 10, 2024
1 parent 8247e79 commit 1707116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class LoggingConfigurator extends ContextAwareBase implements Configurato
*
* @see https://logback.qos.ch/manual/layouts.html#conversionWord
*/
private static final String LOG_FORMAT = "%date %logger{0} [%level] %kvp %message%n";
public static String LOG_FORMAT = "%date %logger{0} [%level] %kvp %message%n";

/**
* Default constructor needed by logback
Expand Down

0 comments on commit 1707116

Please sign in to comment.