octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 3 forks source link

Add option to strip metadata when replaying events #664

Closed cortadocodes closed 4 days ago

cortadocodes commented 3 weeks ago

Feature request

Use Case

Our log messages have lots of metadata (datetime, parent SRUID, child SRUID, question UUID etc.). This is useful but sometimes we just want to see the logs. We'd like an option in the EventReplayer to strip this metadata and just show the log messages.

Current state

Metadata is always shown, making log message fill the screen and sometimes beyond.

Proposed Solution

Add strip_log_metadata or similar parameter to EventReplayer.