From bc095607f49e4f6e27cc843c57d89cb650b5dbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 25 Jun 2025 09:36:07 +0200 Subject: [PATCH] telegram-bot-calendar: Set log level to info --- telegram-bot-calendar/telegram-bot-calendar.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram-bot-calendar/telegram-bot-calendar.service b/telegram-bot-calendar/telegram-bot-calendar.service index 0c39185..b5cff26 100644 --- a/telegram-bot-calendar/telegram-bot-calendar.service +++ b/telegram-bot-calendar/telegram-bot-calendar.service @@ -3,7 +3,7 @@ After=network-online.target [Service] User=telegram-bots -Environment=RUST_LOG=error +Environment=RUST_LOG=info Environment=CALENDAR_BOT_CONFIG_FILE=/etc/telegram-bot-calendar.yaml ExecStart=/usr/bin/calendar-bot