It helps if you put in a valid value - it expects Information and not Info as the loglevel
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
<!-- Used to toggle the loge levels for the main Umbraco log files -->
|
<!-- Used to toggle the loge levels for the main Umbraco log files -->
|
||||||
<!-- Found at /app_data/logs/ -->
|
<!-- Found at /app_data/logs/ -->
|
||||||
<!-- NOTE: Changing this will also flow down into serilog.user.config -->
|
<!-- NOTE: Changing this will also flow down into serilog.user.config -->
|
||||||
<add key="serilog:minimum-level" value="Info" />
|
<!-- VALID Values: Verbose, Debug, Information, Warning, Error, Fatal -->
|
||||||
|
<add key="serilog:minimum-level" value="Information" />
|
||||||
|
|
||||||
<!-- To write to new log locations (aka Sinks) such as your own .txt files, ELMAH.io, Elastic, SEQ -->
|
<!-- To write to new log locations (aka Sinks) such as your own .txt files, ELMAH.io, Elastic, SEQ -->
|
||||||
<!-- Please use the serilog.user.config file to configure your own logging needs -->
|
<!-- Please use the serilog.user.config file to configure your own logging needs -->
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
<appSettings>
|
<appSettings>
|
||||||
|
|
||||||
<!-- Controls log levels for all user-defined child sub-logger sinks configured here (Set this higher than child sinks defined here) -->
|
<!-- Controls log levels for all user-defined child sub-logger sinks configured here (Set this higher than child sinks defined here) -->
|
||||||
<add key="serilog:minimum-level" value="Info" />
|
<!-- VALID Values: Verbose, Debug, Information, Warning, Error, Fatal -->
|
||||||
|
<add key="serilog:minimum-level" value="Information" />
|
||||||
|
|
||||||
<!-- For Different Namespaces - Set different logging levels -->
|
<!-- For Different Namespaces - Set different logging levels -->
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user