添加launchd.plist日志
项目描述
安装
$ [sudo] pip install launchd-add-logs
$ [sudo] npm i -g launchd-add-logs
如何工作
~/Library/Logs/LaunchAgents/<Label>/out.log
~/Library/Logs/LaunchAgents/<Label>/err.log
<name>.plist
<key>StandardErrorPath</key>
<string>/Users/<username>/Library/Logs/LaunchAgents/<Label>/err.log</string>
<key>StandardOutPath</key>
<string>/Users/<username>/Library/Logs/LaunchAgents/<Label>/out.log</string>
示例
$ find ~/Library/LaunchAgents -name "*.plist" -print0 | xargs -0 launchd-add-logs
项目详情
关闭
launchd-add-logs-2020.12.3.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 4a86494fd6cc77826c08f870a5bd61ce1d742f8e826303c70c2168b776a75799 |
|
MD5 | 28101abee73275c67401871618063134 |
|
BLAKE2b-256 | b94583993e91e8e123761ad93a35707f4ae2ceaac82963a4db3c54f4b9789fba |