Does anyone know what this actually impact in in A...
# contributing-to-airbyte
p
Does anyone know what this actually impact in in Airbyte docker, how it work? From docker-compose.yaml
Copy code
x-logging: &default-logging
  options:
    max-size: "100m"
    max-file: "5"
  driver: json-file
u
logging files
u
@[DEPRECATED] Marcos Marx Is it okay if don’t include this one in docker-compose?
u
well, yes, but you this can lead to high usage of disk! keep in mind 🙂