You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: toggle to disable log deduplication locally for pytest live log #262 (#268)
* feat: add flag to disable log deduplication filter #262
* docs: add new env var, explicit warning on its use
Signed-off-by: heitorlessa <[email protected]>
* chore: address Nicolas' feedback on comment example
lambda_handler(test_event, lambda_context) # this will now have a Context object populated
440
440
```
441
441
442
+
### pytest live log feature
443
+
444
+
Pytest Live Log feature duplicates emitted log messages in order to style log statements according to their levels, for this to work use `POWERTOOLS_LOG_DEDUPLICATION_DISABLED` env var.
0 commit comments