Skip to content

Commit 2234a10

Browse files
author
Francis Lessard
committed
Merge remote-tracking branch 'ParsePlatform/master' into user-roles
2 parents 83c0f92 + 9248f9a commit 2234a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Logger/FileLoggerAdapter.js

Lines changed: 1 addition & 1 deletion
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)