Skip to content

Commit

Permalink
Adds glob pattern in logdog conf for awsvpc log files
Browse files Browse the repository at this point in the history
  • Loading branch information
srgothi92 committed Apr 23, 2021
1 parent b940345 commit 6e258a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sources/logdog/conf/logdog.aws-ecs-1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ file docker-daemon.json /etc/docker/daemon.json
file ecs-agent-state.json /var/lib/ecs/data/ecs_agent_data.json
file ecs-config.json /etc/ecs/ecs.config.json
http ecs-tasks http://localhost:51678/v1/tasks
file ecs-cni-bridge-plugin.log /var/log/ecs/ecs-cni-bridge-plugin.log
file ecs-cni-eni-plugin.log /var/log/ecs/ecs-cni-eni-plugin.log
glob /var/log/ecs/ecs-cni-bridge-plugin.log*
glob /var/log/ecs/ecs-cni-eni-plugin.log*
glob /var/log/ecs/vpc-branch-eni.log*

0 comments on commit 6e258a8

Please sign in to comment.