Replies: 1 comment
-
The context you are seeing is just what is provided as a dictionary and is specific to our extensions. If you change the template of the console logger, you should be able to add the shovel name so that it starts showing it. For example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following code:
When logging to the console, this gives the following output:
I'd expect that the 'scope context' is automatically used as context when logging the event. I don't know if it's a good idea to do so - and what should we do when you have 'scope' and provide a context argument to the LogEvent method; should these be merged then ?
Next to that, I expected to see the scope - context in the output of the
LogWarning
as well.Beta Was this translation helpful? Give feedback.
All reactions