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 have an app that runs multiple instances of .Net windows Service (like Instance1, Instance2 etc) using same exe, but with different arguments. Now I am trying to add Serilog configuration to this app and planning to use File sink. In such case, how can I make sure that each instance is using its own file as the appsettings file will be common?
Thanks!
The text was updated successfully, but these errors were encountered:
hi,
I have an app that runs multiple instances of .Net windows Service (like Instance1, Instance2 etc) using same exe, but with different arguments. Now I am trying to add Serilog configuration to this app and planning to use File sink. In such case, how can I make sure that each instance is using its own file as the appsettings file will be common?
Thanks!
The text was updated successfully, but these errors were encountered: