Loading buildstream/_frontend/widget.py +1 −0 Original line number Diff line number Diff line Loading @@ -452,6 +452,7 @@ class LogLine(Widget): values["Session Start"] = starttime.strftime('%A, %d-%m-%Y at %H:%M:%S') values["Project"] = "{} ({})".format(project.name, project.directory) values["Targets"] = ", ".join([t.name for t in stream.targets]) values["Cache Usage"] = "{}".format(context.get_artifact_cache_usage()) text += self._format_values(values) # User configurations Loading Loading
buildstream/_frontend/widget.py +1 −0 Original line number Diff line number Diff line Loading @@ -452,6 +452,7 @@ class LogLine(Widget): values["Session Start"] = starttime.strftime('%A, %d-%m-%Y at %H:%M:%S') values["Project"] = "{} ({})".format(project.name, project.directory) values["Targets"] = ", ".join([t.name for t in stream.targets]) values["Cache Usage"] = "{}".format(context.get_artifact_cache_usage()) text += self._format_values(values) # User configurations Loading