disableDefaultSink property

bool? disableDefaultSink
getter/setter pair

If set to true, the _Default sink in newly created projects and folders will created in a disabled state.

This can be used to automatically disable log storage if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed.

Optional.

Implementation

core.bool? disableDefaultSink;