We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072513 commit a724aa5Copy full SHA for a724aa5
1 file changed
fig/cli/log_printer.py
@@ -31,7 +31,7 @@ def _make_log_generators(self):
31
return generators
32
33
def _make_log_generator(self, container, color_fn):
34
- prefix = color_fn(container.name + " | ")
+ prefix = color_fn(container.name_without_project + " | ")
35
# Attach to container before log printer starts running
36
line_generator = split_buffer(self._attach(container), '\n')
37
0 commit comments