Skip to content

Commit

Permalink
[PDE-4445] docs(CLI): Update zapier logs documentation to mention de…
Browse files Browse the repository at this point in the history
…fault user target (#723)

* clarify zapier logs default target

* typo

---------

Co-authored-by: Raúl Negrón <[email protected]>
  • Loading branch information
rnegron and rnegron authored Nov 9, 2023
1 parent 5fa86b5 commit 62849ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4428,7 +4428,7 @@ <h2 id="logging">Logging</h2>
<li><code>http</code>: logged automatically by Zapier on HTTP requests</li>
<li><code>bundle</code>: logged automatically on every method execution</li>
<li><code>console</code>: manual logs via <code>z.console.log()</code> statements (<a href="#console-logging">see below for details</a>)</li>
</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>
</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>
</div>
<div class="col-md-7 col-sm-12 col-height docs-code">
<pre><code class="lang-bash">zapier <span class="hljs-built_in">help</span> logs
Expand Down
4 changes: 3 additions & 1 deletion packages/cli/README-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,9 @@ There are three types of logs for a Zapier app:
* `bundle`: logged automatically on every method execution
* `console`: manual logs via `z.console.log()` statements ([see below for details](#console-logging))
For advanced logging options, including only displaying the logs for a certain user or app version, look at the help for the logs command:
Note that by default, this command will only fetch logs associated to your user.
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:
```bash
zapier help logs
Expand Down
4 changes: 3 additions & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2763,7 +2763,9 @@ There are three types of logs for a Zapier app:
* `bundle`: logged automatically on every method execution
* `console`: manual logs via `z.console.log()` statements ([see below for details](#console-logging))
For advanced logging options, including only displaying the logs for a certain user or app version, look at the help for the logs command:
Note that by default, this command will only fetch logs associated to your user.
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:
```bash
zapier help logs
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4428,7 +4428,7 @@ <h2 id="logging">Logging</h2>
<li><code>http</code>: logged automatically by Zapier on HTTP requests</li>
<li><code>bundle</code>: logged automatically on every method execution</li>
<li><code>console</code>: manual logs via <code>z.console.log()</code> statements (<a href="#console-logging">see below for details</a>)</li>
</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>
</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>
</div>
<div class="col-md-7 col-sm-12 col-height docs-code">
<pre><code class="lang-bash">zapier <span class="hljs-built_in">help</span> logs
Expand Down

0 comments on commit 62849ac

Please sign in to comment.