We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f316590 commit 1109132Copy full SHA for 1109132
lib/log-stream.js
@@ -75,7 +75,6 @@ class LogStream extends Readable {
75
.catch((err) => {
76
// Dismiss log stream not found. Log stream won't exist
77
// until container starts logging
78
- console.log("ERROR:", err)
79
if (err && 'ResourceNotFoundException' === err.name) return next();
80
// Dismiss log stream throttling error. These API calls have a hard limit,
81
// and they don't qualify for a limit increase
0 commit comments