Implement the collection and forwarding of logs to improve error analysis
The Network Share Mounter generates many log entries using Apple's OSLog framework. While this method works effectively, reviewing logs is limited to the local device. Sending log entries to us is challenging and time-consuming, especially for users with limited technical expertise.
Therefore, a way should be found to use OSLog to log the behavior of Network Share Mounter and then forward the results. A description of how OSLog can be used for this purpose can be found here