Simply said, it should work the same as the logging level with integrations.
Now we log it as is.
So the LogMessage needs to have an extra parameter to be able to distinguish the type of logmessage.
for example:
DEBUG = same as info, only logs by default at non-prod-environments
INFO
DEFAULT
so you can alter it on prod-environment if needed
default = only log defaults
troubleshoot = only log info and defaults
full = log everything.
this should be toggled in servicecenter per espace/application
so instead of the simple check of audits in operation it should be more fine-grained