From 5285b30d4d9ad8eb70ed94b283fa255511f34e31 Mon Sep 17 00:00:00 2001 From: shtlrs Date: Mon, 1 Apr 2024 15:05:27 +0200 Subject: paginate pod logs instead of truncating them --- arthur/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'arthur/config.py') diff --git a/arthur/config.py b/arthur/config.py index 146db73..bb88838 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -27,6 +27,7 @@ class Config( guild_id: int = 267624335836053506 devops_channel_id: int = 675756741417369640 sentry_dsn: str = "" + trashcan: str = "<:trashcan:637136429717389331>" GIT_SHA = environ.get("GIT_SHA", "development") -- cgit v1.2.3