[Pywikipedia-bugs] [Maniphest] [Edited] T159077: logging fails in python3 when deprecated_args decorators (or similar) is used

2017-03-09 Thread Mpaa
Mpaa edited the task description. (Show Details)
EDIT DETAILS...Arguments: ('test_warn.py:19: DeprecationWarning: x argument of __main__.bar is deprecated; use y instead.\n  bar(x=3)\n',)
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.4/logging/handlers.py", line 71, in emit
if self.shouldRollover(record):
  File "/usr/lib/python3.4/logging/handlers.py", line 187, in shouldRollover
msg = "%s\n" % self.format(record)
  File "/home/user/python/core/pywikibot/tools/_logging.py", line 88, in format
'Record argument should start with path'
AssertionError: Record argument should start with path
Call stack:
  File "test_warn.py", line 19, in 
bar(x=3)
  File "/home/user/python/core/pywikibot/tools/__init__.py", line 1437, in wrapper
DeprecationWarning, depth)
Message: '%s'
Arguments: ('test_warn.py:19: DeprecationWarning: x argument of __main__.bar is deprecated; use y instead.\n  bar(x=3)\n',)
```...TASK DETAILhttps://phabricator.wikimedia.org/T159077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MpaaCc: gerritbot, Aklapper, pywikibot-bugs-list, Mpaa, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Magul, Tbscho, MayS, Lewizho99, Mdupont, JJMC89, Maathavan, Avicennasis, Sn1per, jayvdb, Dalba, Masti, Alchimista, Rxy___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Edited] T159077: logging fails in python3 when deprecated_args decorators (or similar) is used

2017-03-09 Thread Mpaa
Mpaa edited the task description. (Show Details)
EDIT DETAILS..._logger = 'test'
init_handlers()

@deprecated_args(x='y')...TASK DETAILhttps://phabricator.wikimedia.org/T159077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MpaaCc: gerritbot, Aklapper, pywikibot-bugs-list, Mpaa, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Magul, Tbscho, MayS, Lewizho99, Mdupont, JJMC89, Maathavan, Avicennasis, Sn1per, jayvdb, Dalba, Masti, Alchimista, Rxy___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs