Skip to content

Commit

Permalink
chore: reverted accidental increase in logging (#2159)
Browse files Browse the repository at this point in the history
Reverted accidental increase in logging.

Solves PZ-4697
  • Loading branch information
edgarvonk authored Nov 28, 2024
1 parent fd09c39 commit 6e10c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/wildfly/configure-wildfly.cli
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ data-source add \
#/subsystem=logging/logger=net.atos:add(level=TRACE)

# To add request logging you can uncomment the following lines
/subsystem=undertow/configuration=filter/custom-filter=request-dumper:add(class-name="io.undertow.server.handlers.RequestDumpingHandler", module="io.undertow.core")
/subsystem=undertow/server=default-server/host=default-host/filter-ref=request-dumper:add
#/subsystem=undertow/configuration=filter/custom-filter=request-dumper:add(class-name="io.undertow.server.handlers.RequestDumpingHandler", module="io.undertow.core")
#/subsystem=undertow/server=default-server/host=default-host/filter-ref=request-dumper:add

0 comments on commit 6e10c64

Please sign in to comment.