Skip to content

Commit

Permalink
Add empty file name in logging.properties and debug option in logback…
Browse files Browse the repository at this point in the history
… configuration.
  • Loading branch information
Captain1653 committed Apr 26, 2024
1 parent 83a5c6e commit 083ea01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/logging/slf4j/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
-->

<configuration>
<configuration debug="true">

<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
<resetJUL>true</resetJUL>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#

# register SLF4JBridgeHandler as handler for the j.u.l. root logger
handlers=org.slf4j.bridge.SLF4JBridgeHandler
handlers=org.slf4j.bridge.SLF4JBridgeHandler

0 comments on commit 083ea01

Please sign in to comment.