Skip to content
Snippets Groups Projects
Commit 756bbe20 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

simple bug

parent 34dfd01c
No related branches found
No related tags found
1 merge request!1Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
...@@ -140,7 +140,7 @@ function Log (options) { ...@@ -140,7 +140,7 @@ function Log (options) {
hostname: this.hostname, hostname: this.hostname,
facility: this.name, facility: this.name,
level:level level:level
})),this.graylog.port,this.graylog.server,function(error){}) })),this.options.graylog.port,this.options.graylog.server,function(error){})
} }
return this return this
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment