Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logs of actions run not properly showing #66

Open
mattverse opened this issue Apr 8, 2023 · 3 comments
Open

Logs of actions run not properly showing #66

mattverse opened this issue Apr 8, 2023 · 3 comments

Comments

@mattverse
Copy link

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?

@anc95
Copy link
Owner

anc95 commented Apr 8, 2023

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.

@fffchameleon
Copy link

fffchameleon commented May 25, 2023

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

@anc95
Copy link
Owner

anc95 commented May 25, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants