Skip to content

Commit

Permalink
chore(docker compose): add container name as tag attribute to contain… (
Browse files Browse the repository at this point in the history
#1495)

* chore(docker compose): add container name as tag attribute to container logs

Signed-off-by: Harry Kimpel <[email protected]>

* chore(docker compose): add container name as tag attribute to container logs

Signed-off-by: Harry Kimpel <[email protected]>

* chore(docker compose): add container name as tag attribute to container logs

Signed-off-by: Harry Kimpel <[email protected]>

---------

Signed-off-by: Harry Kimpel <[email protected]>
Co-authored-by: Austin Parker <[email protected]>
  • Loading branch information
harrykimpel and austinlparker authored Apr 6, 2024
1 parent 5cef0e7 commit 888f18c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ the release.

## 1.9.0

* [chore] docker compose: add container name as tag attribute to container logs
* [featureflag] deprecate in favor of flagd
([#1338](https://github.com/open-telemetry/opentelemetry-demo/pull/1388))
* [checkoutservice] add producer interceptor for tracing
Expand Down
1 change: 1 addition & 0 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ x-default-logging: &logging
options:
max-size: "5m"
max-file: "2"
tag: "{{.Name}}"

networks:
default:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ x-default-logging: &logging
options:
max-size: "5m"
max-file: "2"
tag: "{{.Name}}"

networks:
default:
Expand Down

0 comments on commit 888f18c

Please sign in to comment.