Bunyan v0.16.6 Release Notes

    • 👍 [issue #56] Support bunyan -p NAME to dtrace all PIDs matching 'NAME' in their command and args (using ps -A -o pid,command | grep NAME or, on SunOS pgrep -lf NAME). E.g.:

      bunyan -p myappname
      

    This is useful for usage of node's cluster module where you'll have multiple worker processes.