git2gus icon indicating copy to clipboard operation
git2gus copied to clipboard

Remove logging of Octokit

Open mpsenn opened this issue 2 years ago • 1 comments

Something seems to be logging the Octokit object for every webhook request. This adds a lot of noise to the app. Remove or improve this log.

"70 <190>1 2023-02-13T23:44:34.994439+00:00 host app web.1 -     teams: {"
"64 <190>1 2023-02-13T23:44:34.994439+00:00 host app web.1 -     },"
"87 <190>1 2023-02-13T23:44:34.994439+00:00 host app web.1 -       updateAlert: [Function]"
"94 <190>1 2023-02-13T23:44:34.994438+00:00 host app web.1 -       listAlertsForRepo: [Function],"
"85 <190>1 2023-02-13T23:44:34.994438+00:00 host app web.1 -       getAlert: [Function],"
"79 <190>1 2023-02-13T23:44:34.994438+00:00 host app web.1 -     secretScanning: {"
"64 <190>1 2023-02-13T23:44:34.994438+00:00 host app web.1 -     },"
"81 <190>1 2023-02-13T23:44:34.994437+00:00 host app web.1 -       users: [Function]"
"83 <190>1 2023-02-13T23:44:34.994437+00:00 host app web.1 -       topics: [Function],"
"82 <190>1 2023-02-13T23:44:34.994437+00:00 host app web.1 -       repos: [Function],"
"83 <190>1 2023-02-13T23:44:34.994437+00:00 host app web.1 -       labels: [Function],"
"98 <190>1 2023-02-13T23:44:34.994436+00:00 host app web.1 -       issuesAndPullRequests: [Function],"
"84 <190>1 2023-02-13T23:44:34.994436+00:00 host app web.1 -       commits: [Function],"
"81 <190>1 2023-02-13T23:44:34.994436+00:00 host app web.1 -       code: [Function],"
"71 <190>1 2023-02-13T23:44:34.994436+00:00 host app web.1 -     search: {"
"64 <190>1 2023-02-13T23:44:34.994436+00:00 host app web.1 -     },"
"94 <190>1 2023-02-13T23:44:34.994435+00:00 host app web.1 -       uploadReleaseAsset: [Function]"
"103 <190>1 2023-02-13T23:44:34.994435+00:00 host app web.1 -       updateWebhookConfigForRepo: [Function],"
"90 <190>1 2023-02-13T23:44:34.994435+00:00 host app web.1 -       updateWebhook: [Function],"
"104 <190>1 2023-02-13T23:44:34.994435+00:00 host app web.1 -       updateStatusCheckProtection: [Function],"
"103 <190>1 2023-02-13T23:44:34.994435+00:00 host app web.1 -       updateStatusCheckPotection: [Function],"
"95 <190>1 2023-02-13T23:44:34.994435+00:00 host app web.1 -       updateReleaseAsset: [Function],"
"90 <190>1 2023-02-13T23:44:34.994434+00:00 host app web.1 -       updateRelease: [Function],"

mpsenn avatar Feb 14 '23 17:02 mpsenn

Git2Gus App is installed but the .git2gus/config.json doesn't exist.

git2gus[bot] avatar Feb 14 '23 17:02 git2gus[bot]