I'm using a FunctionApp
that sends telemetries of type Trace
, Event
and Exception
to Application Insights. I've noticed that most of the logs are generated by the FunctionAPP sdk itself.
Is there a way to limit these kind of logs and left only the logs tracked via the TrackTrace, TrackException and TrackEvent method call?