Sets maximum number of log files to 5 per module, with max size 10MB each.
Change-Id: I6cd23ea0f3e785ed31813355b9ef5f3f3f1b1410
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
- "${OSM_MON_PORTS:-8662:8662}"
#depends_on:
# - kafka
+ logging:
+ driver: "json-file"
+ options:
+ max-file: 5
+ max-size: 10m
pol:
image: ${DOCKER_USER:-opensourcemano}/pol:${TAG:-latest}
networks:
#depends_on:
# - kafka
# - mon
+ logging:
+ driver: "json-file"
+ options:
+ max-file: 5
+ max-size: 10m
light-ui:
image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-latest}
networks: