Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Jun 29, 2020
1 parent 138306c commit 600fb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ or in TypeScript:
import { createLogger } from 'winston';
import * as WinstonGraylog2 from 'winston-graylog2';

const options = { };
const options = { ...<your config options here>... };
const logger = createLogger({
transports: [
new WinstonGraylog2(options),
Expand Down

0 comments on commit 600fb4c

Please sign in to comment.