fluent / fluent-logger-node

A structured logger for Fluentd (Node.js)
Apache License 2.0
259 stars 83 forks source link

Align comment with code #176

Closed nikolasrieble closed 2 years ago

nikolasrieble commented 3 years ago

The label passed in the configuration is tag_prefix and not tag.

logger.configure('tag_prefix', {
   host: 'localhost',
   port: 24224,
   timeout: 3.0,
   reconnectInterval: 600000 // 10 minutes
});