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 29fb0ad commit 48c62d8Copy full SHA for 48c62d8
lib/ContainerLogger.js
@@ -30,8 +30,6 @@ class ContainerLogger {
30
}
31
})
32
.then(([stdout, stderr]) => {
33
- this._logMessageToFirebase('New logger started v8\n');
34
-
35
logger.info(`Attached stream to container: ${this.containerId}`);
36
// Listening on the stream needs to be performed different depending if a tty is attached or not
37
// See documentation of the docker api here: https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/attach-to-a-container
0 commit comments