-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Include args in Received (like Rejected) #6885
Copy link
Copy link
Closed
Labels
Description
- I have checked the issues list
for similar or identical enhancement to an existing feature. - I have checked the pull requests list
for existing proposed enhancements. - I have checked the commit log
to find out if the if the same enhancement was already implemented in the
master branch. - I have included all related issues and possible duplicate issues in this issue
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
None that I'm aware of
Brief Summary
Logging args is really helpful, but it's currently only done with Rejected logs and it would be nice to also include in Received logs
See
Line 259 in f02d7c6
| 'args': sargs, |
Design
Architectural Considerations
If a task takes a lot of args or large args, then it could make logs large
Proposed Behavior
Include args in Received logs
Proposed UI/UX
On by default with a way to turn it off
Diagrams
N/A
Alternatives
Off by default with a way to turn it on
Reactions are currently unavailable