-
Notifications
You must be signed in to change notification settings - Fork 95
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
Issue 3342 - RFE logconv.pl should have a replacement in CLI tools #6444
Conversation
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.
As agreed in team meeting - you can merge this first version to keep trace of it
(knowing it will evolve)
self.notesA = {} | ||
self.notesF = {} | ||
self.notesP = {} | ||
self.notesU = {} |
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.
There is now a "notes=M" for MFA
Looks fundamentally good (at least at the design level) [1] IMHO you should clean up the style before the first commit:
reports lots of issues (mostly about spaces) (BTW: I ignored the long line because IMHO keeping the long error message in a single line is painful but more readable and less error prone than splitting them) |
Bug description: Perl DB is not available in RHEL 10 so the server access log analyzer tool (logconv.pl) needs to be ported to python. Fix description: Initial draft of logconv.py, this is a work in progress. This commit message will be updated following code review/rework. Fixes: 389ds#3342 Reviewed by:
logging, recommentations, other tidy up
Makefile.am, 389-ds-base.spec.in, more tidy up, removed connection group layer, even more tidy up, processed time hours bug, file order bug
…6444) Bug description: Perl DB is not available in RHEL 10 so the server access log analyzer tool (logconv.pl) needs to be ported to python. Fix description: Initial draft of logconv.py, this is a work in progress. This commit message will be updated following code review/rework. Fixes: #3342 Reviewed by: @progier389 @mreynolds389 (Thank you)
Bug description:
Perl DB is not available in RHEL 10 so the server access log
analyzer tool (logconv.pl) needs to be ported to python.
Fix description:
Initial draft of logconv.py, this is a work in progress. This
commit message will be updated following code review/rework.
Fixes: #3342
Reviewed by: