[Pywikipedia-bugs] [Maniphest] [Commented On] T264235: log header in log files is not written

2020-10-06 Thread Xqt
Xqt added a comment.


  strange: `pwb` prints one whereas `pwb -help` prints two headers

TASK DETAIL
  https://phabricator.wikimedia.org/T264235

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, pywikibot-bugs-list, Mpaa, JohnsonLee01, SHEKH, Dijkstra, 
Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T264235: log header in log files is not written

2020-10-03 Thread gerritbot
gerritbot added a comment.


  Change 631904 **merged** by jenkins-bot:
  [pywikibot/core@master] [bugfix] fix version.get_module_filename()
  
  https://gerrit.wikimedia.org/r/631904

TASK DETAIL
  https://phabricator.wikimedia.org/T264235

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt, gerritbot
Cc: Aklapper, pywikibot-bugs-list, Mpaa, JohnsonLee01, SHEKH, Dijkstra, 
Alter-paule, Beast1978, Un1tY, Khutuck, Zkhalido, Hook696, Kent7301, 
joker88john, Viztor, CucyNoiD, Wenyi, Gaboe420, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Tbscho, MayS, Lewizho99, Mdupont, JJMC89, Maathavan, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T264235: log header in log files is not written

2020-10-03 Thread gerritbot
gerritbot added a comment.


  Change 631904 had a related patch set uploaded (by Xqt; owner: Xqt):
  [pywikibot/core@master] [bugfix] fix version.get_module_filename()
  
  https://gerrit.wikimedia.org/r/631904

TASK DETAIL
  https://phabricator.wikimedia.org/T264235

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt, gerritbot
Cc: Aklapper, pywikibot-bugs-list, Mpaa, JohnsonLee01, SHEKH, Dijkstra, 
Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T264235: log header in log files is not written

2020-10-02 Thread Xqt
Xqt added a comment.


  Works for me:
  
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 
bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> import pywikibot

Warning (from warnings module):
  File "C:\pwb\GIT\core\pywikibot\config2.py", line 1066
warn('\n' + fill('Configuration variable "{0}" is defined in '
UserWarning: 
Configuration variable "oauth_tokens" is defined in your user-
config.py but unknown. It can be a misspelled one or a variable that
is no longer supported.
>>> 
  
  
  
2020-10-03 07:56:21 bot.py,  353 in writelogheader: VERBOSE
2020-10-03 07:56:21 bot.py,  354 in writelogheader: VERBOSE 
 === Pywikibot framework v5.0.0.dev0 -- Logging header ===
2020-10-03 07:56:21 bot.py,  358 in writelogheader: VERBOSE 
 COMMAND: ['']
2020-10-03 07:56:21 bot.py,  361 in writelogheader: VERBOSE 
 DATE: 2020-10-03 05:56:21.062194 UTC
2020-10-03 07:56:21 bot.py,  365 in writelogheader: VERBOSE 
 VERSION: [ssh] pywikibot-core (0d1d224, g13245, 2020/10/02, 18:44:32, n/a)
2020-10-03 07:56:21 bot.py,  375 in writelogheader: VERBOSE 
 CONFIG FILE DIR: C:\pwb\GIT\core
2020-10-03 07:56:21 bot.py,  391 in writelogheader: VERBOSE 
 PACKAGES:
2020-10-03 07:56:21 bot.py,  398 in writelogheader: VERBOSE 
   mwparserfromhell: No module named 'mwparserfromhell'
2020-10-03 07:56:21 bot.py,  400 in writelogheader: VERBOSE 
   requests (C:\Python38\lib\site-packages\requests\) = 2.24.0
2020-10-03 07:56:21 bot.py,  403 in writelogheader: VERBOSE 
 MODULES:
2020-10-03 07:56:21 bot.py,  409 in writelogheader: VERBOSE 
   C:\pwb\GIT\core\pywikibot\__init__.py .dev 2020-10-02 17:39:37.802086
2020-10-03 07:56:21 bot.py,  409 in writelogheader: VERBOSE 
   C:\pwb\GIT\core\pywikibot\__metadata__.py .dev 2020-10-02 17:39:37.802086
2020-10-03 07:56:21 bot.py,  409 in writelogheader: VERBOSE 
   C:\pwb\GIT\core\pywikibot\comms\http.py .dev 2020-10-02 17:39:37.802086
2020-10-03 07:56:21 bot.py,  415 in writelogheader: VERBOSE 
 =

TASK DETAIL
  https://phabricator.wikimedia.org/T264235

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, pywikibot-bugs-list, Mpaa, JohnsonLee01, SHEKH, Dijkstra, 
Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T264235: log header in log files is not written

2020-10-02 Thread gerritbot
gerritbot added a comment.


  Change 631826 **merged** by jenkins-bot:
  [pywikibot/core@master] [bugfix] print log header
  
  https://gerrit.wikimedia.org/r/631826

TASK DETAIL
  https://phabricator.wikimedia.org/T264235

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt, gerritbot
Cc: Aklapper, pywikibot-bugs-list, Mpaa, JohnsonLee01, SHEKH, Dijkstra, 
Alter-paule, Beast1978, Un1tY, Khutuck, Zkhalido, Hook696, Kent7301, 
joker88john, Viztor, CucyNoiD, Wenyi, Gaboe420, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Tbscho, MayS, Lewizho99, Mdupont, JJMC89, Maathavan, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs


[Pywikipedia-bugs] [Maniphest] [Commented On] T264235: log header in log files is not written

2020-10-02 Thread gerritbot
gerritbot added a comment.


  Change 631826 had a related patch set uploaded (by Xqt; owner: Xqt):
  [pywikibot/core@master] [bugfix] print log header
  
  https://gerrit.wikimedia.org/r/631826

TASK DETAIL
  https://phabricator.wikimedia.org/T264235

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt, gerritbot
Cc: Aklapper, pywikibot-bugs-list, Mpaa, JohnsonLee01, SHEKH, Dijkstra, 
Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
___
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs