runtime log snooping as a name sugegstion from dap for bunyan -p

This commit is contained in:
Trent Mick 2013-10-02 13:09:07 -07:00
parent 27b679f243
commit 96e2a9b31c
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ node.js library usage of bunyan in your apps.
[`src: true`](#src) [`src: true`](#src)
- light-weight specialization of Logger instances with [`log.child`](#logchild) - light-weight specialization of Logger instances with [`log.child`](#logchild)
- custom rendering of logged objects with ["serializers"](#serializers) - custom rendering of logged objects with ["serializers"](#serializers)
- [Dtrace support](#dtrace-support) - [Runtime log snooping via Dtrace support](#dtrace-support)
# Introduction # Introduction
@ -782,7 +782,7 @@ This example emits:
# DTrace support # Runtime log snooping via DTrace
On systems that support DTrace (e.g., MacOS, FreeBSD, illumos derivatives On systems that support DTrace (e.g., MacOS, FreeBSD, illumos derivatives
like SmartOS and OmniOS), Bunyan will create a DTrace provider (`bunyan`) like SmartOS and OmniOS), Bunyan will create a DTrace provider (`bunyan`)

View file

@ -177,7 +177,7 @@ function printHelp() {
p(' -h, --help print this help info and exit'); p(' -h, --help print this help info and exit');
p(' --version print version of this command and exit'); p(' --version print version of this command and exit');
p(''); p('');
p('DTrace options (only on dtrace-supporting platforms):'); p('Runtime log snooping (via DTrace, only on supported platforms):');
p(' -p PID Process bunyan:log-* probes from the process'); p(' -p PID Process bunyan:log-* probes from the process');
p(' with the given PID. Can be used multiple times,'); p(' with the given PID. Can be used multiple times,');
p(' or specify all processes with "*", or a set of'); p(' or specify all processes with "*", or a set of');