diff --git a/src/cli/commands/update/install.ts b/src/cli/commands/update/install.ts index 07e4aa8..54922ae 100644 --- a/src/cli/commands/update/install.ts +++ b/src/cli/commands/update/install.ts @@ -130,6 +130,7 @@ export default class Install extends Command { // Restart daemons with the new binary if (aliveDaemons.length > 0 && flags["restart-daemons"]) { await this._restartDaemons(aliveDaemons); + this.log("To see the daemon logs run `bitsocial logs --stdout`"); } }