This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Bad design practice: Logging not following platform standard #474
Closed
Description
Description
macOS design guidelines stipulate that logging takes place in subfolders of ~/Library/Logs.
That is why the Console.app log viewer by default has this path available in its sidebar, making third party GUI application logging easily accessible for the user.
Steps to Reproduce
- Follow steps necessary to log a project issue.
Expected behavior: Able to easily locate the needed log file by opening up Console.app and quickly navigating to the file via sidebar.
Actual behavior: Non-standard file system navigation necessary to access log file via Open dialog or Finder.
Reproduces how often: 100