Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support logging detail in execution context #18

Closed
ThangLeQuoc opened this issue Jan 25, 2025 · 0 comments · Fixed by #20
Closed

Support logging detail in execution context #18

ThangLeQuoc opened this issue Jan 25, 2025 · 0 comments · Fixed by #20
Assignees
Labels
enhancement New feature or request

Comments

@ThangLeQuoc
Copy link
Owner

ThangLeQuoc commented Jan 25, 2025

Support logging detail in execution context

To make it easier to gain more insight about the method that is slow to perform, it's useful to include the parameter information in the log tracking context as well

A sample output can look like this

  • public void processPayment(User user, int amount) - Args: [user={name='John Doe', age=30}, amount={500}] - 771 ms
@ThangLeQuoc ThangLeQuoc added the enhancement New feature or request label Jan 31, 2025
@ThangLeQuoc ThangLeQuoc self-assigned this Jan 31, 2025
@ThangLeQuoc ThangLeQuoc changed the title New feature improvement for Timer Ninja Support logging detail in execution context Jan 31, 2025
ThangLeQuoc added a commit that referenced this issue Feb 8, 2025
- Support logging arg detail on constructor
- Also resolve #22, Add source compatibility level setting for Java 11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant