ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

Logs of actions run not properly showing

Open mattverse opened this issue 2 years ago • 3 comments

Although the code base has different logging system to log the process of it as an action, logs are not properly showing upon it being ran as a github action, as seen in https://github.com/mattverse/osmosis/actions/runs/4643912516/jobs/8218840376?pr=12

What are some of the ways I can see the logs that were printed throughout the run for better debugging?

mattverse avatar Apr 08 '23 07:04 mattverse

image I have logs here. It's possible that the code exited before reaching the logging point. You can try adding more logs earlier in the code.

anc95 avatar Apr 08 '23 09:04 anc95

I have the same issue too. https://github.com/fffchameleon/SE_hw5/pull/8.

It seems that the gpt-bot successfully deploys, but there's no successful log and code review comment. It's hard to tell where's the bug.

image

fffchameleon avatar May 25 '23 08:05 fffchameleon

@fffchameleonI suppose it could be due to the code diff length exceeding the maximum token limit. I will add more logs in these scenarios.

anc95 avatar May 25 '23 09:05 anc95