You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating #356, I've stumbled upon logs from marge-bot:
2022-11-03 15:34:03,871 WARNING stderr: b"Cloning into '/tmpmpkpi0fl/tmpcefl0htl'...\nfatal: unable to access 'https://oauth2:[email protected]/repo.git/': SSL certificate problem: certificate has expired\n"
While the log is coming from the Git subprocess, the raw is forwarded to stderr due to how the subprocess pipes are configured. Is this the intended behavior?
This also happens on success as INFO logs pushed directly by marge-bot:
2022-11-10 14:53:17,436 INFO Running git clone --origin=origin https://oauth2:[email protected]/repo.git /tmpnbm4i1nu/tmptcybhz__
The text was updated successfully, but these errors were encountered:
Sayrus
changed the title
Marge Bot is logging PAT when an error occurs while fetching the repository
Marge Bot is logging PAT while fetching the repository
Nov 10, 2022
While investigating #356, I've stumbled upon logs from marge-bot:
While the log is coming from the Git subprocess, the raw is forwarded to stderr due to how the subprocess pipes are configured. Is this the intended behavior?
This also happens on success as INFO logs pushed directly by marge-bot:
The text was updated successfully, but these errors were encountered: