Skip to content

Commit

Permalink
Add pod name to log extras
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Jan 14, 2025
1 parent 0e4d51d commit e073272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transformer_sidecar/src/transformer_sidecar/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
PLACE = {
"host_name": os.getenv("HOST_NAME", "unknown"),
"site": os.getenv("site", "unknown"),
"pod": os.getenv("POD_NAME", "unknown"),
}


Expand Down

0 comments on commit e073272

Please sign in to comment.