From 32d415b5bdacdae0ef789e00c78c4d90589280cc Mon Sep 17 00:00:00 2001 From: Arseniy Zaostrovnykh Date: Sun, 12 Jan 2025 21:09:57 +0100 Subject: [PATCH] Enable debug logs for the bot image and guix package --- guix-package.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix-package.scm b/guix-package.scm index 17d0978..dda9f7c 100644 --- a/guix-package.scm +++ b/guix-package.scm @@ -1189,7 +1189,8 @@ systems are supported.") (cert-dir (string-append (assoc-ref inputs "nss-certs") "/etc/ssl/certs"))) (wrap-program bin - `("SSL_CERT_DIR" = ,(list cert-dir))))))))) + `("SSL_CERT_DIR" = ,(list cert-dir)) + '("RUST_LOG" = ("debug"))))))))) (home-page "https://github.com/necto/kmail-alias-bot") (synopsis "Telegram bot for easy alias management on Infomaniak kMail service.")