Skip to content

Commit

Permalink
added log config for native profile
Browse files Browse the repository at this point in the history
  • Loading branch information
candreac committed Nov 1, 2023
1 parent c8350c7 commit bda3d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ quarkus.log.level=${MODEL_LOG_LEVEL:INFO}
%local.quarkus.log.console.json=false
%test.quarkus.log.console.json=false
%prod.quarkus.log.console.json=false
%native.quarkus.log.console.json=false
quarkus.log.console.json.additional-field."app_name".value=${app.name}
quarkus.log.console.json.additional-field."app_version".value=${app.version}
quarkus.log.console.json.additional-field."app_environment".value=${app.environment}
Expand Down

0 comments on commit bda3d51

Please sign in to comment.