Assigned
Status Update
Comments
ka...@google.com <ka...@google.com>
ma...@google.com <ma...@google.com> #2
I had the same problem!
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
co...@vimeo.com <co...@vimeo.com> #3
Wow, I really appreciate your fast and correct response. That worked. Thank you for your help.
co...@vimeo.com <co...@vimeo.com> #4
The request to show an error for AIDL files in the wrong place is documented in 56930
Description
To use default GKE logging agents for the application logs, and need to override the "logName".
Refer documentation [1].
How this might work:
A json string to stderr from a kubernetes pod container such as:
{"logName":"api-error", "severity":"DEFAULT", "message": "/home"}
Expected:
The "logName" overrides when it is ingested into cloud logging.
Actual:
The "logName" is always overridden to: "projects/${project}/logs/stderr"
==========
[1]