Skip to content

Commit 63680d1

Browse files
committed
Add TODO comment
1 parent 9ffb816 commit 63680d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/code/plugin/in_containerlog_sudo_tail.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def initialize
2020
#We have read permission on this file but don't have execute permission on the below mentioned path. Hence wildcard character searches to find the container ID's doesn't work.
2121
@containerLogFilePath = "/var/lib/docker/containers/"
2222
#This folder contains a list of all the containers running/stopped and we're using it to get all the container ID's which will be needed for the log file path below
23+
#TODO : Use generic path from docker REST endpoint and find a way to mount the correct folder in the omsagent.yaml
2324
@containerIDFilePath = "/var/opt/microsoft/docker-cimprov/state/ContainerInventory/*"
2425
end
2526

0 commit comments

Comments
 (0)