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

bugfix: always use info level logs when parsing #63

Closed
wants to merge 3 commits into from

Conversation

Benbentwo
Copy link
Member

what

  • Local output is used in parsing of JSON. This creates invalid JSON when Log Level is set to Debug. This PR fixes that by enforcing that the action runs a child command with atmos that FORCES log level to be Info.

@Benbentwo
Copy link
Member Author

This was a workaround, the issue is primarily caused by using logs.file: "/dev/stdout" which should instead be logs.file: "/dev/stderr" so that logs do not get sent to stdout which is reserved for only output of commands

@Benbentwo Benbentwo closed this Feb 7, 2025
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

Successfully merging this pull request may close these issues.

1 participant