This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Difficult to distinguish pilot logs from the underlying database logs #166
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's difficult to distinguish between the logs produced by the Pilot process and the logs from the database subprocess.
For example:
The last line is from Cassandra, but it's in a different format.
We could launch a goroutine to read from the stdout / stderr pipe of the process and feed it to glog.
Or we could reconsider a design where the database and the pilot run in separate containers, in which case there logs are kept separate anyway.
/kind bug
The text was updated successfully, but these errors were encountered: