https://bugzilla.wikimedia.org/show_bug.cgi?id=55333
Web browser: --- Bug ID: 55333 Summary: command-line parameter '-log' and user-config.py switch 'log=' not compatible Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: dr.trigon@surfeu.ch Classification: Unclassified Mobile Platform: ---
When adding following switch to user-config.py: log = ['*'] and then use it together with '-log', e.g. run $ python pwb.py clean_sandbox.py -simulate -log we get a mess in the log file (all lines doubled).
Look also at https://gerrit.wikimedia.org/r/#/c/85411/ .
https://bugzilla.wikimedia.org/show_bug.cgi?id=55333
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low CC| |jayvdb@gmail.com Version|unspecified |compat (1.0) Severity|normal |minor
--- Comment #1 from John Mark Vandenberg jayvdb@gmail.com --- Confirmed in compat; does not occur in core.
While the log output is nasty, the correct information is recorded in the log, twice. Therefore dropping importance/severity.
pywikipedia-bugs@lists.wikimedia.org