Skip to content

Commit

Permalink
fixup WinstonCloudwatch --> WinstonCloudWatch (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhoag authored Oct 8, 2021
1 parent 437853d commit 238a96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/function-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ winston.loggers.add('access-log', {
colorize: true,
level: 'info'
}),
new WinstonCloudwatch({
new WinstonCloudWatch({
logGroupName: 'app-name',
logStreamName: function() {
// Spread log streams across dates as the server stays up
Expand Down

0 comments on commit 238a96a

Please sign in to comment.