You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create some separation in my logs so that I can more easily get to the ones that matter depending on what I am investigating. For instance, I want my Kestrel logs to go to one log group, my general application logs to another and my batch processes to a different log.
The example for serilog, only includes a single configuration example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create some separation in my logs so that I can more easily get to the ones that matter depending on what I am investigating. For instance, I want my Kestrel logs to go to one log group, my general application logs to another and my batch processes to a different log.
The example for serilog, only includes a single configuration example:
Now all my logs are appearing in this one application log. How can I include more log groups and direct my logs where I want them?
Beta Was this translation helpful? Give feedback.
All reactions