mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

337K
active users

#sentry

2 posts2 participants1 post today

Its been 10y using #Python but I still can't setup logging properly without reading logging wiki!!

Now, thanks to #loguru library, logging doesn't require bookmarking a whole wiki. Also, #sentry supports #loguru out of the box.

Most of the time, a single line at top of your module `from loguru import logger` does the job.

And you can change logging behavious by setting an environment variable rather than.. you know what!

I guess the number of people who care about URL design is shrinking, but still: it’s a bit sad that while #Sentry creates unique, human-readable short-IDs for issues… they aren’t used in URLs.

Как мы устанавливали community-чарт Sentry в Kubernetes

В статье делимся опытом внедрения community-чарта Sentry в Kubernetes-кластере. Мы рассказываем о том, почему было принято решение использовать именно этот чарт и какие сложности возникли в процессе установки. Вы узнаете об изменениях, которые пришлось внести для повышения отказоустойчивости и производительности Sentry. А ещё мы делимся опытом использования инструмента werf для деплоя чартов и хранения секретных значений.

habr.com/ru/companies/flant/ar

ХабрКак мы устанавливали community-чарт Sentry в KubernetesВсем привет! Меня зовут Юрий Шахов, и я DevOps-инженер компании «Флант». В этой статье я расскажу путь, который мы проделали с коллегами для запуска community-чарта Sentry в Kubernetes-кластере. Я...