Fixing comment.

This commit is contained in:
Peter J. Shin
2016-02-12 17:05:57 -08:00
parent 2a200fc718
commit 9248f9af6d

View File

@@ -3,7 +3,7 @@
// Wrapper around Winston logging library with custom query
//
// expected log entry to be in the shape of:
// {"level":"info","message":"{ '0': 'Your Message' }","timestamp":"2016-02-04T05:59:27.412Z"}
// {"level":"info","message":"Your Message","timestamp":"2016-02-04T05:59:27.412Z"}
//
import { LoggerAdapter } from './LoggerAdapter';
import winston from 'winston';