summarylogtreecommitdiffstats
path: root/NLog.config
diff options
context:
space:
mode:
authorGilrain2019-08-01 18:30:39 +0200
committerGilrain2019-08-01 18:30:39 +0200
commit9ad8ca8d2e3e135fd49cfe0ee558a51d26c26de3 (patch)
treeaf956772a3e5adf16b86895fe17dc8382285b5b3 /NLog.config
parent697555f44002464b7dba0bb8fabbc2cefc8efd77 (diff)
downloadaur-9ad8ca8d2e3e135fd49cfe0ee558a51d26c26de3.tar.gz
Update to 4.0.3.9-1
Diffstat (limited to 'NLog.config')
-rw-r--r--NLog.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/NLog.config b/NLog.config
index 3e4ba1c9b714..a2c80215baa7 100644
--- a/NLog.config
+++ b/NLog.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
-<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<nlog xmlns="https://nlog-project.org/schemas/NLog.xsd" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
<targets>
<target xsi:type="ColoredConsole" name="ColoredConsole" detectConsoleAvailable="false" layout="${date:format=yyyy-MM-dd HH\:mm\:ss}|${processname}-${processid}|${level:uppercase=true}|${logger}|${message}${onexception:inner= ${exception:format=toString,Data}}" />
<!-- Below becomes active when ASF is started with server parameter -->