Skip to content

Commit

Permalink
Merge pull request #783 from vfrsilva/patch-10
Browse files Browse the repository at this point in the history
Add new flag --itn-max-logs 10000
  • Loading branch information
barriebyron authored Dec 15, 2023
2 parents 9206173 + b7cdca8 commit cf0057a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/test-world-2/launching-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You must configure the block producer node with the following flags:

```text
--log-json
--itn-max-logs 10000
--log-snark-work-gossip true
--internal-tracing
--insecure-rest-server
Expand Down Expand Up @@ -98,6 +99,7 @@ You must configure Load Testing nodes with the following flags:

```text
--log-json
--itn-max-logs 10000
--log-snark-work-gossip true
--internal-tracing
--insecure-rest-server
Expand Down Expand Up @@ -157,6 +159,7 @@ You must configure the SNARK coordinators with the following flags:

```text
--log-json
--itn-max-logs 10000
--log-snark-work-gossip true
--internal-tracing
--insecure-rest-server
Expand Down Expand Up @@ -206,6 +209,7 @@ The non-block producing node must be configured with the following flags:

```text
--log-json
--itn-max-logs 10000
--internal-tracing
--insecure-rest-server
--log-level Debug
Expand Down

2 comments on commit cf0057a

@vercel
Copy link

@vercel vercel bot commented on cf0057a Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs2 – ./

docs2-git-main-minadocs.vercel.app
docs2-minadocs.vercel.app
docs.minaprotocol.com

@vercel
Copy link

@vercel vercel bot commented on cf0057a Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

07-oracles – ./examples/zkapps/07-oracles/oracle

07-oracles-git-main-minadocs.vercel.app
07-oracles-minadocs.vercel.app
07-oracles.vercel.app

Please sign in to comment.