Open Issues Need Help
View All on GitHub Developer Tools • Command Line Tools
[mac] logger to properly log in macos about 1 month ago
AI Summary: The task is to modify the `bru.sh` shell script library to support proper logging on macOS. Currently, the logging relies on `journalctl`, which is not available on macOS. The solution involves detecting the operating system (macOS vs. Linux) and using the appropriate system logging mechanism for each. The fix needs to address the failing macOS tests in the CI/CD pipeline, which currently fail due to the missing `journalctl` command.
Complexity:
3/5
bug good first issue mac