Skip to content

Commit 9248f9a

Browse files
committed
Fixing comment.
1 parent 2a200fc commit 9248f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Logger/FileLoggerAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Wrapper around Winston logging library with custom query
44
//
55
// expected log entry to be in the shape of:
6-
// {"level":"info","message":"{ '0': 'Your Message' }","timestamp":"2016-02-04T05:59:27.412Z"}
6+
// {"level":"info","message":"Your Message","timestamp":"2016-02-04T05:59:27.412Z"}
77
//
88
import { LoggerAdapter } from './LoggerAdapter';
99
import winston from 'winston';

0 commit comments

Comments
 (0)