Skip to content

Commit

Permalink
fix: Correct quarkus-logging-json dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Jun 28, 2021
1 parent 1b440b9 commit 471c2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trait/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
envVarQuarkusLogConsoleFormat = "QUARKUS_LOG_CONSOLE_FORMAT"
envVarQuarkusLogConsoleJson = "QUARKUS_LOG_CONSOLE_JSON"
envVarQuarkusLogConsoleJsonPrettyPrint = "QUARKUS_LOG_CONSOLE_JSON_PRETTY_PRINT"
depQuarkusLoggingJson = "quarkus-logging-json"
depQuarkusLoggingJson = "mvn:io.quarkus:quarkus-logging-json"
defaultLogLevel = "INFO"
)

Expand Down

0 comments on commit 471c2ba

Please sign in to comment.