As you know application has it own configuration on appsetting.json and having another file for SDK logging is not best option.
I was trying to set the configuration object with logger and then set the apiclient instance with configuration.
But always it gets over-written with the default irrespective of file exist on the default path or not.
Are there any options I have missed or recommendation so that we can fully utilize the SDK logging with reload option plz?
I'm not very familiar with ASP.NET development.
If the SDK is being used in an environment where the logging configuration file is being overwritten then you will need to use the logging configuration in code and the auto-reload functionality will unfortunately be unavailable.