Skip to content

Commit

Permalink
feat: enable streaming in brief (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
  • Loading branch information
sergiusens authored Sep 22, 2023
1 parent 42c7983 commit 22b3566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions craft_application/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def _get_dispatcher(self) -> _Dispatcher:
appname=self.app.name,
greeting=f"Starting {self.app.name}",
log_filepath=self.log_path,
streaming_brief=True,
)

dispatcher = _Dispatcher(
Expand Down

0 comments on commit 22b3566

Please sign in to comment.