edx / edx-arch-experiments

A plugin to include applications under development by the architecture team at edx
GNU Affero General Public License v3.0
0 stars 3 forks source link

Determine how to get logs parsed correctly in DD #654

Closed robrap closed 2 months ago

robrap commented 4 months ago

Some Python logs are not being parsed correctly in DD. This ticket is for discovering the right approach to fixing, and potentially to implement the fix. Not sure what rollout to all services would look like.

See https://twou.slack.com/archives/C06DMDFNBJQ/p1716412193153829 for details. This is around getting INFO logs to be recognized as INFO, and ERROR logs to be recognized as ERROR.

Note that status:info AND "ERROR" are one class of issues, and status:error AND "INFO" are a different class. WARNING is yet another case that should ultimately work.

Note: This may also affect multi-line log parsing, and whether stack traces are parsed correctly.

robrap commented 2 months ago

This is a duplicate of https://github.com/edx/edx-arch-experiments/issues/664. Closing this duplicate.