Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: support log-like events in non-interactive installs
This changes the journal listener callback in the non-interactive scenario to support all types of events, not just start and finish events. This also modifies the journal listener in the non-interactive scenario to not seek all the way to the newest entry. In non-interactive installs, the server can get pretty far into the installation by the time the client can connect, so any important warnings/errors that the server reports before then wouldn't be printed to the console by the client otherwise.
- Loading branch information