Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lazywithclass/winston-cloudwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywithclass committed May 23, 2022
2 parents 287b41a + 94c4916 commit 8e00338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# winston-cloudwatch [v6.0.1](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#601)

[![Build Status](https://travis-ci.org/lazywithclass/winston-cloudwatch.svg?branch=master)](https://travis-ci.org/lazywithclass/winston-cloudwatch) [![Coverage Status](https://coveralls.io/repos/github/lazywithclass/winston-cloudwatch/badge.svg?branch=master)](https://coveralls.io/github/lazywithclass/winston-cloudwatch?branch=master) [![Dependency Status](https://david-dm.org/lazywithclass/winston-cloudwatch.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch) [![dev dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/dev-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=devDependencies) [![peer dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/peer-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=peerDependencies)
[![Build Status](https://travis-ci.org/lazywithclass/winston-cloudwatch.svg?branch=master)](https://travis-ci.org/lazywithclass/winston-cloudwatch) [![Coverage Status](https://coveralls.io/repos/github/lazywithclass/winston-cloudwatch/badge.svg?branch=master)](https://coveralls.io/github/lazywithclass/winston-cloudwatch?branch=master)
==================

Send logs to Amazon Cloudwatch using [Winston](https://github.com/winstonjs/winston)
Expand Down
2 changes: 1 addition & 1 deletion typescript/winston-cloudwatch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import winston = require("winston");

// Declare the default WinstonCloudwatch class
declare class WinstonCloudwatch extends TransportStream {
kthxbye(callback: () => void): void;
kthxbye(callback: (err: Error) => void): void;
upload(
aws: CloudWatchLogs,
groupName: string,
Expand Down

0 comments on commit 8e00338

Please sign in to comment.