mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
The default logger is "json-file", which writes json blobs and splits stdout and stderr. We do not need to split and also can save on extra serialization overhead in the docker daemon by switching the driver. - use the cheaper "local" driver for containers that we need logs from (test containers), the local driver streams stdout+stderr into a file - use the no-op "none" driver for support containers that we do need any logs from. GitOrigin-RevId: 55c7cb7c91860e192b6d54354f4550a0ee9a672c