Document Serilog per-source level

This commit is contained in:
Stephan
2019-02-18 09:46:43 +01:00
parent 8c9d115986
commit ed6167fb0a

View File

@@ -8,6 +8,11 @@
<!-- VALID Values: Verbose, Debug, Information, Warning, Error, Fatal -->
<add key="serilog:minimum-level" value="Information" />
<!-- NOTE: This is how sources can have a different level -->
<!--
<add key="serilog:minimum-level:override:Umbraco.Core.Composing.TypeLoader" value="Warning" />
-->
<!-- NOTE: Only one logger below can be enabled, you cannot log JSON & TXT files at the same time -->
<!-- Default JSON log file -->