Identify the fiber where the code is running #562
Unanswered
matejthetree
asked this question in
Q&A
Replies: 2 comments
|
It isn't on our official debated and agreed up on roadmap for |
0 replies
|
@matejthetree You could also use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have heavy code with bunch of fibers spawning each second with async. It would be helpful if I could write a middleware to logger that helps to identify the current fiber where the code is running.
This would help to filter out the logs for each request I get with socket and to follow the code for that particular instance.
can this be done?
All reactions