How to disable system logs

I would like to disable all logs coming from the SDK like:

MIP: Debug: Environment:Initialize ():
MIP: Debug: LoginSettings.ctor (): Constructed for instance=ffeb22e6-1d76-46fe-bebd-59684dd7cf5d, IdentityTokenCache is null

I tried setting EnvironmentManager.Instance.TraceFunctionCalls = false but it didn’t change anything.

I’m using the latest of MilestoneSystems.VideoOS.Platform.SDK, version: 23.2.1

please advise if there is a way for disabling all MIP: logs.

It is not possible to disable this logging.

I have asked Milestone Development to look into whether the ability to control the level of logging should be added in future versions of the MIP SDK, for now you cannot control or disable this.

Thank you for your answer. I’ll wait for future versions.