open-nomad/drivers/docker/docklog
Seth Hoenig 16cab10346 ci: fix docker logger not supported test
This test checks for behavior when asking for logs of a docker task
configured with a log driver that does not support streaming logs.

Previously this was using the 'gelf' log driver, but it seems that no
longer returns an error as expected. Instead we can just use the 'none'
log driver, which has the desired effect

2022-04-19T10:23:19.129-0500 [ERROR] docklog/docker_logger.go:133: log streaming ended with terminal error: error="API error (501): configured logging driver does not support reading"
2022-04-19 10:27:01 -05:00
..
proto update grpc 2020-03-03 08:39:54 -05:00
client.go driver/docker: collect tty container logs 2019-04-24 22:01:51 -04:00
docker_logger.go Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
docker_logger_test.go ci: fix docker logger not supported test 2022-04-19 10:27:01 -05:00
plugin.go Use init to handle plugin invocation 2019-06-13 16:48:01 -04:00
server.go driver/docker: collect tty container logs 2019-04-24 22:01:51 -04:00
z_docker_logger_cmd.go comment on use of init() for plugin handlers 2019-06-18 20:54:55 -04:00