aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-12-31 01:12:21 +0300
committerGravatar Vitaly Takmazov2022-12-31 01:12:21 +0300
commit0213858d0a9eeeb1d1ac3c60ceb1c721c8569a01 (patch)
tree3e541b84ff7534a66189032fca4cc371cefb5f00 /src/main/resources
parentcbd6d79d6bad1f8e1e61e76a14cbd330ea5359cc (diff)
ActivityPub: cleanup logging
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/logback-spring.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
index ccbd03d0..b4c70d28 100644
--- a/src/main/resources/logback-spring.xml
+++ b/src/main/resources/logback-spring.xml
@@ -50,7 +50,7 @@
<logger name="Telegram" level="DEBUG" additivity="false">
<appender-ref ref="Telegram" />
</logger>
- <logger name="ActivityPub" level="DEBUG" additivity="false">
+ <logger name="ActivityPub" level="INFO" additivity="false">
<appender-ref ref="ActivityPub" />
</logger>
</springProfile>