[FEATURE REQUEST] MRTKLifecycleManager logging should be optional #921
Labels
Priority: Low
The priority of the issue is low.
Type: Feature Request
A request for a new feature that can be included with the next minor version release.
Describe the problem
Whenever we start our MRTK3 based project, we get the following log entries in our Unity console:
These messages are not interesting for anybody on our team or relevant to get work done on our project.
Describe the solution you'd like
A simple bool on the
MRTK Lifecycle Manager
component switching off debug logs would suffice since we don't need these logs to get any work done. Errors and warnings from theMRTK Lifecycle Manager
should not be affected by this.Describe alternatives you've considered
We could filter out all debug logs in the console but then we'd miss debug logs from our own systems (which can already be enabled and disabled per component instance).
We could also change the source code ourselves and alter the package's tarball file but we'd have to do that for every new MRTK release.
The text was updated successfully, but these errors were encountered: