Skip to content

Commit

Permalink
Enable debug logs for the bot image and guix package
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jan 12, 2025
1 parent edebad0 commit 32d415b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guix-package.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 32d415b

Please sign in to comment.