Page MenuHomePhabricator

give splitwarning.py a -file parameter
Closed, DeclinedPublic

Description

Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/301/
Reported by: yfdyh000
Created on: 2012-03-17 18:43:16
Subject: give splitwarning.py a -file parameter
Original description:
Allows the user to specify want to split the log file.
like: -file:logs/interwiki.log.20120101.bak and -file:"C:\interwiki.log", and even can do multiple files at once.


Version: compat-(1.0)
Severity: normal
See Also:
https://sourceforge.net/p/pywikipediabot/feature-requests/301

Details

Reference
bz55038

Related Objects

StatusSubtypeAssignedTask
ResolvedXqt
DeclinedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:16 AM
bzimport set Reference to bz55038.
bzimport added a subscriber: Unknown Object (????).

I call this a regression, because you can no longer split logs spanning multiple days (of course the simple workaround is merging them manually with cat).

This looks like a compat issue, as core interwiki logging is done by the logging layer which can be split a certain size.

Sorry if I have misunderstood.

Aklapper lowered the priority of this task from Medium to Lowest.Jun 5 2015, 1:41 PM
Aklapper subscribed.

Pywikibot has two versions: Compat and Core. This task was filed about the older version, called Pywikibot-compat, which is not under active development anymore. Hence I'm lowering the priority of this task to reflect the reality. Unfortunately, the Pywikibot team does not have the manpower to retest every single bug report / feature request against the (maintained) Pywikibot code base. Furthermore, the code base of Pywikibot-Compat has changed a lot compared to the code base of Pywikibot-Core so there is a chance that the problem described in this task might not exist anymore. Please help: Unfortunately manpower is limited and does not allow testing every single reported task again. If you have time and interest in Pywikibot, please upgrade to Pywikibot-Core and add a comment to this task if the problem in this task still happens in Pywikibot-Core (or directly edit the task by removing the Pywikibot-compat project and adding the Pywikibot project to this task). To learn more about Pywikibot and to get involved in its development, please check out https://www.mediawiki.org/wiki/Manual:Pywikibot/Development Thank you for your understanding.

Xqt subscribed.

Declined due to decommission compat

By the way I had created/improved a related script many years ago, which I think I uploaded on some repository.