wings/environment/docker
Dane Everitt 7ee6c48fb0 Use a more efficient logging format for containers
JSON has a huge amount of overhead from Docker when we're trying to process large amounts of log data. It makes more sense to just use a better format.
2022-01-30 19:51:23 -05:00
..
api.go Re-implement ContainerInspect call in Wings to use more performant json encoder (#119) 2022-01-23 14:13:49 -08:00
container.go Use a more efficient logging format for containers 2022-01-30 19:51:23 -05:00
environment.go Code cleanup, providing better commentary to decisions 2022-01-30 12:56:25 -05:00
power.go Code cleanup, providing better commentary to decisions 2022-01-30 12:56:25 -05:00
stats.go Re-implement ContainerInspect call in Wings to use more performant json encoder (#119) 2022-01-23 14:13:49 -08:00