Update logging.md (#1054)

Corrected a spelling mistake (line 281)
pull/1057/head
fex01 2019-10-08 10:18:22 +02:00 committed by Jerome Luckenbach
parent 7cbb1d3359
commit 5718bcb3f9
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ The process of redirecting the log to a text file is as simple as :
<appender name="YOUR_APPENDER_NAME" class="ch.qos.logback.core.FileAppender">
<file>relative/path/to/file.log</file>
<encoder>
<!--Pick up a pattern that will log the information taht you will need -->
<!--Pick up a pattern that will log the information that you will need -->
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%-5level] [%-30.30logger{36}:%-5line] - %msg%ex{10}%n</pattern>
</encoder>
</appender>