datakaveri / iudx-deployment

Installation and setup scripts for single and multi node (clustered) IUDX services.
MIT License
5 stars 29 forks source link

Add logging tags in each stack file #639

Open abhi4578 opened 9 months ago

abhi4578 commented 9 months ago

Add logging tags to each stack file to get container name and id as labels in logs

 logging:
      driver: "json-file"
      options:
        max-file: "5"
        max-size: "10m"
        tag: "{\"name\":\"{{.Name}}\",\"id\":\"{{.ID}}\"}"