Manuel Kaufmann
Manuel Kaufmann
> Production uses a completely different set of loggers, tho. Mainly `syslog`, `newrelic` and `sentry` (see [readthedocs/readthedocs-ops@`4872584`/salt/base/readthedocs/settings/base.py#L522-L632](https://github.com/readthedocs/readthedocs-ops/blob/4872584858e229cdb33c57dd7381f9e1e1563746/salt/base/readthedocs/settings/base.py#L522-L632)) --none of those are used on development. Thinking a little more about this,...
I tried removing `sentry` and forcing the `load i18n` issue on the template, but I had problems testing this because the `ext-theme` is installed using `pip+git` and it's not installing...
Yeah, that's what I did and it didn't work.
I may not be sure what I'm looking for here, then. With "it didn't work" I meant that I still got `Bad gateway Error code 502`, but maybe that's expected...
> I understood "it didn't work" to mean that the application was still not starting or the new dashboard was not used. Oh, I see. The instance was starting and...
Settings diff I'm using: ```diff docs@web-ext-theme-i-0ae3319726327bdbb(org):~/checkouts/readthedocs.org$ diff -u readthedocs/settings/managed.py.orig readthedocs/settings/managed.py --- readthedocs/settings/managed.py.orig 2024-03-05 11:12:44.246182303 +0000 +++ readthedocs/settings/managed.py 2024-03-05 11:13:21.966164143 +0000 @@ -443,33 +443,6 @@ 'formatter': 'newrelic', } - # Sentry...
I left only `console` logging handler in production and I'm still receiving the 502. So, this may not be related to logging as I originally suggested/thought 🤷🏼 . I disabled...
@JulienPalard hi! I'm one of the maintainers of this translation and we try to keep it always updated. We have online the 3.6 version of the official tutorial, which is...
> @humitos Is this solved by our new module approach, I assume? In the new module, we don't have a global object. All the configs come from the API and...
Noting for reference that we may also want to add `?expand=notifications` for the APIv3 build endpoint: https://github.com/readthedocs/ext-theme/pull/300#discussion_r1540912107