summaryrefslogtreecommitdiff
path: root/module/ri-wireguard/src/main/resources/logback.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-26 16:04:30 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-26 16:04:30 +0100
commit71010ae3fefbe897227343e44573385df9cd60cc (patch)
tree16cac848741881171ba715712547aae15bba5dc2 /module/ri-wireguard/src/main/resources/logback.xml
parent63e4e5fac646766d8e574e2e9a539e03f54fd87c (diff)
downloadrules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.tar.gz
rules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.tar.bz2
rules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.tar.xz
rules-sandbox-71010ae3fefbe897227343e44573385df9cd60cc.zip
Better main() support.
Diffstat (limited to 'module/ri-wireguard/src/main/resources/logback.xml')
-rw-r--r--module/ri-wireguard/src/main/resources/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ri-wireguard/src/main/resources/logback.xml b/module/ri-wireguard/src/main/resources/logback.xml
index 354003d..66ae905 100644
--- a/module/ri-wireguard/src/main/resources/logback.xml
+++ b/module/ri-wireguard/src/main/resources/logback.xml
@@ -6,7 +6,7 @@
</appender>
<logger name="org.apache.http" level="WARN"/>
- <root level="debug">
+ <root level="DEBUG">
<appender-ref ref="STDOUT" />
</root>