Skip to content

Commit 62849ac

Browse files
authored
[PDE-4445] docs(CLI): Update zapier logs documentation to mention default user target (#723)
* clarify zapier logs default target * typo --------- Co-authored-by: Raúl Negrón <raul.negron@zapier.com>
1 parent 5fa86b5 commit 62849ac

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4428,7 +4428,7 @@ <h2 id="logging">Logging</h2>
44284428
<li><code>http</code>: logged automatically by Zapier on HTTP requests</li>
44294429
<li><code>bundle</code>: logged automatically on every method execution</li>
44304430
<li><code>console</code>: manual logs via <code>z.console.log()</code> statements (<a href="#console-logging">see below for details</a>)</li>
4431-
</ul><p>For advanced logging options, including only displaying the logs for a certain user or app version, look at the help for the logs command:</p>
4431+
</ul><p>Note that by default, this command will only fetch logs associated to your user.</p><p>For advanced logging options, including the option to fetch logs for other users or specific app versions, look at the help for the logs command:</p>
44324432
</div>
44334433
<div class="col-md-7 col-sm-12 col-height docs-code">
44344434
<pre><code class="lang-bash">zapier <span class="hljs-built_in">help</span> logs

packages/cli/README-source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,9 @@ There are three types of logs for a Zapier app:
15141514
* `bundle`: logged automatically on every method execution
15151515
* `console`: manual logs via `z.console.log()` statements ([see below for details](#console-logging))
15161516
1517-
For advanced logging options, including only displaying the logs for a certain user or app version, look at the help for the logs command:
1517+
Note that by default, this command will only fetch logs associated to your user.
1518+
1519+
For advanced logging options, including the option to fetch logs for other users or specific app versions, look at the help for the logs command:
15181520
15191521
```bash
15201522
zapier help logs

packages/cli/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2763,7 +2763,9 @@ There are three types of logs for a Zapier app:
27632763
* `bundle`: logged automatically on every method execution
27642764
* `console`: manual logs via `z.console.log()` statements ([see below for details](#console-logging))
27652765
2766-
For advanced logging options, including only displaying the logs for a certain user or app version, look at the help for the logs command:
2766+
Note that by default, this command will only fetch logs associated to your user.
2767+
2768+
For advanced logging options, including the option to fetch logs for other users or specific app versions, look at the help for the logs command:
27672769
27682770
```bash
27692771
zapier help logs

packages/cli/docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4428,7 +4428,7 @@ <h2 id="logging">Logging</h2>
44284428
<li><code>http</code>: logged automatically by Zapier on HTTP requests</li>
44294429
<li><code>bundle</code>: logged automatically on every method execution</li>
44304430
<li><code>console</code>: manual logs via <code>z.console.log()</code> statements (<a href="#console-logging">see below for details</a>)</li>
4431-
</ul><p>For advanced logging options, including only displaying the logs for a certain user or app version, look at the help for the logs command:</p>
4431+
</ul><p>Note that by default, this command will only fetch logs associated to your user.</p><p>For advanced logging options, including the option to fetch logs for other users or specific app versions, look at the help for the logs command:</p>
44324432
</div>
44334433
<div class="col-md-7 col-sm-12 col-height docs-code">
44344434
<pre><code class="lang-bash">zapier <span class="hljs-built_in">help</span> logs

0 commit comments

Comments
 (0)