Is it possible to avoid creating logger three times? #735
michaelplavnik
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi @michaelplavnik @michaelplavnik can you please elaborate about your particular case with Sink? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Easy example is file logger. Without setting shared or rolling file option, it logs custom events, but not NBomber events. I do not completely understand relation of logging with Cluster mode. That said following might provide alternative view
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The problem is that some sinks need to be properly configured/update to work in such way.
Do I understand correctly, that check for prior call to CreateLogger() was caused by need for Enrichment?
What will happen if try catch is removed?
Beta Was this translation helpful? Give feedback.
All reactions