Skip to content

Commit a724aa5

Browse files
committed
Use name without project for log printing
1 parent 1072513 commit a724aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fig/cli/log_printer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _make_log_generators(self):
3131
return generators
3232

3333
def _make_log_generator(self, container, color_fn):
34-
prefix = color_fn(container.name + " | ")
34+
prefix = color_fn(container.name_without_project + " | ")
3535
# Attach to container before log printer starts running
3636
line_generator = split_buffer(self._attach(container), '\n')
3737

0 commit comments

Comments
 (0)