diff --git a/yarn-project/cli/src/index.ts b/yarn-project/cli/src/index.ts index 8bcdee2fc73..909450dacaa 100644 --- a/yarn-project/cli/src/index.ts +++ b/yarn-project/cli/src/index.ts @@ -334,6 +334,9 @@ export function getProgram(log: LogFn, debugLogger: DebugLogger): Command { } } else { await fetchLogs(); + if (!txHash) { + log('\nTo continue fetching logs after the latest one set the --after-log param to ' + filter.afterLog); + } } });