Skip to content

Commit ab148b5

Browse files
authored
Merge pull request #681 from xepa/fixes680
Remove extra line causing errors: "Started a new thread for the timer service"
2 parents 6aa1f37 + 28fc480 commit ab148b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet/util/mongodb_output.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def self.sanitize(data)
1111
data.gsub!(%r{^Error:.+}, '')
1212
data.gsub!(%r{^.*warning:.+}, '') # remove warnings if sslAllowInvalidHostnames is true
1313
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)
1415
data
1516
end
1617
end

0 commit comments

Comments
 (0)