trentm / node-bunyan

a simple and fast JSON logging module for node.js services
Other
7.17k stars 515 forks source link

make it possible to change names for default properties #396

Open la-yumba opened 8 years ago

la-yumba commented 8 years ago

Feature request: at the moment hostname, pid, err are hardcoded, make it possible to customize these names.

Reason: It is sometimes desirable to change this to be, say: MachineID or ProcessID or Error, for consistency with other applications that may be writing to the same event sink.

alopezvillaverde commented 7 years ago

Even it would be nice that these default properties were optional and not required.