Skip to content

Commit

Permalink
Merge pull request quarkusio#27933 from geoand/logging-minor-polish
Browse files Browse the repository at this point in the history
Removed unused field from LoggingSetupRecorder
  • Loading branch information
geoand authored Sep 14, 2022
2 parents 9a5bc36 + 5ede0cb commit b9e294e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
public class LoggingSetupRecorder {

private static final org.jboss.logging.Logger log = org.jboss.logging.Logger.getLogger(LoggingSetupRecorder.class);
public static final String SHUTDOWN_MESSAGE = " [Error Occurred After Shutdown]";

final RuntimeValue<ConsoleRuntimeConfig> consoleRuntimeConfig;

Expand Down

0 comments on commit b9e294e

Please sign in to comment.