Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ladislav Thon <ladicek@gmail.com>
Co-authored-by: Michelle Purcell <92924207+michelle-purcell@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 26, 2023
1 parent db1ebca commit dfa1894
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/main/asciidoc/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ For details about its configuration, see the xref:#quarkus-log-logging-log-confi

=== File log handler

To log events to a file on the application's host, use the Quarkus file log handler, which is disabled by default.
To log events to a file on the application's host, use the Quarkus file log handler.
The file log handler is disabled by default, so you must first enable it.

The Quarkus file log handler supports log file rotation.
Log file rotation ensures effective log file management over time by maintaining a specified number of backup log files, while also keeping the primary log file up-to-date and manageable.
Expand Down Expand Up @@ -529,7 +530,7 @@ quarkus.log.console.filter=my-filter

== Logging configurations examples

Get inspiration for real-world logger settings from examples of frequently used logging configurations.
The following examples show some of the ways in which you can configure logging in Quarkus:

Check warning on line 533 in docs/src/main/asciidoc/logging.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'.", "location": {"path": "docs/src/main/asciidoc/logging.adoc", "range": {"start": {"line": 533, "column": 37}}}, "severity": "INFO"}

.Console DEBUG logging except for Quarkus logs (INFO), no color, shortened time, shortened category prefixes
[source, properties]
Expand Down

0 comments on commit dfa1894

Please sign in to comment.