We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should stream the cloud watch logs created by the athena_user_logger and athena_shared_logger into the log file.
athena_user_logger
athena_shared_logger
Right now it is annoying to always check the error in the AWS console.
Ideally we add the stderr output to the log as well by reading the output file in s3://<bucket_name>/<path>/session/<session_name>/stderr.
stderr
s3://<bucket_name>/<path>/session/<session_name>/stderr
No response
Everyone working with the python models
sure - can someone point to the logging logic?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this your first time submitting a feature request?
Describe the feature
We should stream the cloud watch logs created by the
athena_user_logger
andathena_shared_logger
into the log file.Right now it is annoying to always check the error in the AWS console.
Ideally we add the
stderr
output to the log as well by reading the output file ins3://<bucket_name>/<path>/session/<session_name>/stderr
.Describe alternatives you've considered
No response
Who will this benefit?
Everyone working with the python models
Are you interested in contributing this feature?
sure - can someone point to the logging logic?
Anything else?
No response
The text was updated successfully, but these errors were encountered: