Skip to content

Commit

Permalink
Remove erroneous section for logging docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jul 13, 2022
1 parent e64e565 commit e660ee0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/src/main/asciidoc/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -335,16 +335,6 @@ For details of its configuration options, see link:#quarkus-log-logging-log-conf
====
Although the root logger's handlers are usually configured directly via `quarkus.log.console`, `quarkus.log.file` and `quarkus.log.syslog`, it
can nonetheless have additional named handlers attached to it using the `quarkus.log.handlers` property.
[source,properties]
----
quarkus.http.auth.policy.user-policy.roles-allowed=user
quarkus.http.auth.permission.roles.paths=/api/*
quarkus.http.auth.permission.roles.policy=user-policy
quarkus.http.auth.permission.public.paths=/api/noauth/*
quarkus.http.auth.permission.public.policy=permit
----
====

== Examples
Expand Down

0 comments on commit e660ee0

Please sign in to comment.