We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aa1f37 + 28fc480 commit ab148b5Copy full SHA for ab148b5
lib/puppet/util/mongodb_output.rb
@@ -11,6 +11,7 @@ def self.sanitize(data)
11
data.gsub!(%r{^Error:.+}, '')
12
data.gsub!(%r{^.*warning:.+}, '') # remove warnings if sslAllowInvalidHostnames is true
13
data.gsub!(%r{^.*The server certificate does not match the host name.+}, '') # remove warnings if sslAllowInvalidHostnames is true mongo 3.x
14
+ data.gsub!(%r{^.*Started a new thread for the timer service.+}, '') # Started a new thread for the timer service mongo 5.x (SERVER-78540)
15
data
16
end
17
0 commit comments