1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00
budibase/packages/worker/src
Rory Powell 976b3a55ca Update logging to support dd trace attributes (#10086)
* Update logging middleware to integrate with pino for console logging

* Remove elastic apm references, use updated core middlewares

* Remove redundant LOG_LEVEL definitions

* Remove no longer needed jest logging overrides

* lint

* Backwards compat between console log helpers and pino

* Configurable DISABLE_HTTP_LOGGING

* Don't log 4xx as errors

* Remove redundant ENABLE_4XX_HTTP_LOGGING

* Cleanup migrations and event logging

* Improve bb-alert logging

* Add DISABLE_HTTP_LOGGING to helm chart

* Add ops endpoints for testing

* Disable http logging in dev

* Backwards compatible tracing implementation

* Naming update on http logging env var

* lint

* Update packages/backend-core/src/environment.ts

Co-authored-by: Adria Navarro <adria@revityapp.com>

* Merge

* Lint

* Fix console.warn failing mock by replacing with alerts mock instead

* Lint

---------

Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-04-04 15:08:46 +01:00
..
api Make scim info extensible and the object unaware of the data 2023-04-03 19:06:03 +01:00
constants Template fixes and updates to the file picker. Error handling added to display a warning when navigating to an unpublished or invalid app url. 2023-03-21 09:20:43 +00:00
db Updating worker db config to have replication available (for audit logs). 2023-02-21 17:22:23 +00:00
middleware Fix tests 2023-03-28 16:46:22 +01:00
migrations Enable higher concurrency and resiliency in worker tests 2023-02-13 11:57:30 +00:00
sdk Merge pull request #10022 from Budibase/feature/scim 2023-04-03 13:22:01 +02:00
tests Update logging to support dd trace attributes (#10086) 2023-04-04 15:08:46 +01:00
utilities Merge branch 'feature/whitelabelling' into feature/whitelabelling-pro 2023-03-28 09:13:47 +01:00
ddApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
environment.ts Update logging to support dd trace attributes (#10086) 2023-04-04 15:08:46 +01:00
index.ts Update logging to support dd trace attributes (#10086) 2023-04-04 15:08:46 +01:00
initPro.ts Use ctx.identity instead of passing it as param 2023-03-28 16:46:22 +01:00