Skip to content

Commit

Permalink
tag container output
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Nov 15, 2024
1 parent bebecf7 commit 4c45293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/BuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ await this.dockerClient.Containers.StartContainerAsync(containerCreateResponse.I
eof = result.EOF;

var log = System.Text.Encoding.UTF8.GetString(buffer, 0, result.Count);
Log.Information(log.Replace("\n", string.Empty));
Log.Information("[CONTAINER] {Log}", log.Replace("\n", string.Empty));
}
}

Expand Down

0 comments on commit 4c45293

Please sign in to comment.