Skip to content

Commit 48c62d8

Browse files
committed
Changing logic of container logger to color the stderr with red
1 parent 29fb0ad commit 48c62d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ContainerLogger.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ class ContainerLogger {
3030
}
3131
})
3232
.then(([stdout, stderr]) => {
33-
this._logMessageToFirebase('New logger started v8\n');
34-
3533
logger.info(`Attached stream to container: ${this.containerId}`);
3634
// Listening on the stream needs to be performed different depending if a tty is attached or not
3735
// 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

Comments
 (0)