Skip to content

Commit

Permalink
Rename logging
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Mar 5, 2024
1 parent 024cacd commit b58465c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@MessageLogger(projectCode = "SRCFG", length = 5)
public interface ConfigLogging extends BasicLogger {
ConfigLogging log = Logger.getMessageLogger(ConfigLogging.class, ConfigLogging.class.getPackage().getName());
ConfigLogging log = Logger.getMessageLogger(ConfigLogging.class, "io.smallrye.config");

@LogMessage(level = Logger.Level.WARN)
@Message(id = 1000, value = "Unable to get context classloader instance")
Expand Down

0 comments on commit b58465c

Please sign in to comment.