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
See https://github.com/GoogleCloudPlatform/cloud-code-intellij-internal/issues/4563
To repro:
skaffold dev
--verbosity debug
Debug level message - no line break
skaffoldLogEvent { task_id: "Build-1" subtask_id: "-1" level: INFO message: "Tags generated in258.279\302\265s" }
default message - line break
skaffoldLogEvent { task_id: "Build-1" subtask_id: "java-guestbook-backend" level: UNKNOWN_ENUM_VALUE_LogLevel_-1 message: "\033[32mFound Remotely\033[0m\n" }
There is also some seemingly incorrect data in the level field.
level
The text was updated successfully, but these errors were encountered:
SkaffoldLogEvent
logrus
enums.LogLevel
MarlonGamez
Successfully merging a pull request may close this issue.
See https://github.com/GoogleCloudPlatform/cloud-code-intellij-internal/issues/4563
To repro:
skaffold dev
with--verbosity debug
on the Cloud Code java-guestbook sampleDebug level message - no line break
default message - line break
There is also some seemingly incorrect data in the
level
field.The text was updated successfully, but these errors were encountered: