Skip to content

Commit

Permalink
Merge pull request #1660 from xstefank/logging-guide-file-default
Browse files Browse the repository at this point in the history
Fix default file log level in logging guide
  • Loading branch information
dmlloyd committed Mar 28, 2019
2 parents 3709613 + 2f4838b commit 66f1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/logging-guide.adoc
Expand Up @@ -35,7 +35,7 @@ Logging to a file is also supported and enabled by default. To configure or dis
|Property Name|Default|Description
|quarkus.log.file.enable|false|Determine whether file logging is enabled.
|quarkus.log.file.format|%d{yyyy-MM-dd HH:mm:ss,SSS} %h %N[%i] %-5p [%c{3.}] (%t) %s%e%n|The format pattern to use for logging to a file; see <<format_string>>.
|quarkus.log.file.level|INFO|The minimum log level to write to the log file.
|quarkus.log.file.level|ALL|The minimum log level to write to the log file.
|quarkus.log.file.path|quarkus.log|The path of the log file.
|===

Expand Down

0 comments on commit 66f1459

Please sign in to comment.