docs(logger): 📝 example for writing logs to the console

This commit is contained in:
Prashant Shahi 2022-04-01 14:40:42 +05:30 committed by GitHub
parent 12ec3522e6
commit 23d36b3590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,6 +552,15 @@ Keys:
</logger>
```
Writing to the console can be configured. Config example:
``` xml
<logger>
<level>information</level>
<console>1</console>
</logger>
```
Writing to the syslog is also supported. Config example:
``` xml