Open findepi opened 4 years ago
Proposed solutions:
mention command
besides image
in log messages
provide optional "display name" property (defaulting to image name), that will be used in logging.
I offer to work on this, but I'd like to hear maintainers' preferences first.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.
This issue has been automatically closed due to inactivity. We apologise if this is still an active problem for you, and would ask you to re-open the issue if this is the case.
I have only "Comment" button available. How can i reopen?
@findepi I reopened it for you :)
@findepi we're talking only about the logs, right? Not container's name?
@bsideup Yes, this issue is about the logs only.
However, if we allow configuring container name (which would be nice in itself), this could be used in logging too.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.
.
When using regular containers, the image name is usually sufficient for identifying which container given log line is about. However, when using 2+
GenericContainer
instances with same image, it's no longer so:Neither the log line, nor the exception provide information which container failed.