Issue 3342 - RFE logconv.pl should have a replacement in CLI tools#6444
Issue 3342 - RFE logconv.pl should have a replacement in CLI tools#6444jchapma merged 3 commits into389ds:mainfrom
Conversation
progier389
left a comment
There was a problem hiding this comment.
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.
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: