[Pywikipedia-bugs] [Maniphest] [Commented On] T286127: RotatingFileHandler.doRollover() does not increase the backup count right

2022-05-03 Thread gerritbot
gerritbot added a comment. Change 787457 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] close handlers before deleting them https://gerrit.wikimedia.org/r/787457 TASK DETAIL https://phabricator.wikimedia.org/T286127 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T286127: RotatingFileHandler.doRollover() does not increase the backup count right

2022-04-28 Thread gerritbot
gerritbot added a comment. Change 787457 had a related patch set uploaded (by Xqt; author: Xqt): [pywikibot/core@master] [bugfix] close handlers before deleting it https://gerrit.wikimedia.org/r/787457 TASK DETAIL https://phabricator.wikimedia.org/T286127 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T286127: RotatingFileHandler.doRollover() does not increase the backup count right

2022-04-28 Thread gerritbot
gerritbot added a comment. Change 787456 **abandoned** by Xqt: [pywikibot/core@master] [bugfix] close handler before deleting it Reason: https://gerrit.wikimedia.org/r/787456 TASK DETAIL https://phabricator.wikimedia.org/T286127 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T286127: RotatingFileHandler.doRollover() does not increase the backup count right

2022-04-28 Thread gerritbot
gerritbot added a comment. Change 787456 had a related patch set uploaded (by Xqt; author: Xqt): [pywikibot/core@master] [bugfix] close handler before deleting it https://gerrit.wikimedia.org/r/787456 TASK DETAIL https://phabricator.wikimedia.org/T286127 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T286127: RotatingFileHandler.doRollover() does not increase the backup count right

2022-04-26 Thread gerritbot
gerritbot added a comment. Change 703402 **abandoned** by Xqt: [pywikibot/core@master] [bugfix] Rewrite init_handlers and RotatingFileHandler Reason: done wih other patches, T286127 isn't solved here, see task https://gerrit.wikimedia.org/r/703402 TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T286127: RotatingFileHandler.doRollover() does not increase the backup count right

2021-07-06 Thread gerritbot
gerritbot added a comment. Change 703402 had a related patch set uploaded (by Xqt; author: Xqt): [pywikibot/core@master] [bugfix] Rewrite init_handlers and RotatingFileHandler https://gerrit.wikimedia.org/r/703402 TASK DETAIL https://phabricator.wikimedia.org/T286127 EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T286127: RotatingFileHandler.doRollover() does not increase the backup count right

2021-07-05 Thread Xqt
Xqt added a comment. This is a Windows issue, see https://bugs.python.org/issue25121. Seems that setting the same file_handler to root_logger, debug_logger and warnings_logger causes that error. A PermissionError is raised when renaming the `.log` file to `1.log` inside `rotate()` method.