Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 14, 2024
1 parent 225f942 commit dcfc506
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/modules/reference/pages/environment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,19 @@ Use the `env` command to display environment variable key names as resolved by t
* xref:tools:jreleaser-ant.adoc#_jreleaser_env[{icon_ant_s} jreleaser-env]

You'll also find these key names in the respective `trace.log` file.

== Magic Properties

The value of the following properties may be resolved from an environment variable or a system
property. The system property takes precedence over the environment variable.

=== HTTP Logger

Logs HTTP operations to the `trace.log` file.

[horizontal]
System Property:: jreleaser.feign.logger.level
Environment Variable:: JRELEASER_FEIGN_LOGGER_LEVEL
Default Value:: NONE
Possible Values:: NONE, BASIC, HEADERS, FULL

0 comments on commit dcfc506

Please sign in to comment.