launchd-add-logs

2019.4.13 • Public • Published

add launchd.plist logs

Installation

$ [sudo] npm i -g launchd-add-logs

How it works

~/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>

Scripts usage

command usage
launchd-add-logs usage: launchd-add-logs path ...

Examples

$ find ~/Library/LaunchAgents -name "*.plist" -print0 | xargs -0 launchd-add-logs

python-readme-generator

Readme

Keywords

Package Sidebar

Install

npm i launchd-add-logs

Weekly Downloads

1

Version

2019.4.13

License

Unlicense

Unpacked Size

2.24 kB

Total Files

3

Last publish

Collaborators

  • russianidiot
  • andrewp-as-is