You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/code/plugin/in_containerlog_sudo_tail.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ def initialize
20
20
#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.
#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
0 commit comments