-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Mssql errorlog plugin more robust #978
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #978 +/- ##
==========================================
- Coverage 77.72% 77.72% -0.01%
==========================================
Files 326 326
Lines 28575 28574 -1
==========================================
- Hits 22210 22209 -1
Misses 6365 6365
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Erik Schamper <[email protected]>
Co-authored-by: Erik Schamper <[email protected]>
c26288a
to
777b34c
Compare
777b34c
to
9132869
Compare
subkey.name, | ||
self.target.fs.path(subkey.subkey("SQLServerAgent").value("ErrorLogFile").value).parent, | ||
) | ||
for subkey in self.target.registry.glob_ext(self.MSSQL_KEY_GLOB): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe make this a comprehension, not sure if it'll become too large.
Fixes #977