-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow server-manager to bypass log config
A workaround so Sunodo can display only the application output on its log
- Loading branch information
Showing
5 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,14 @@ Address of the InputBox contract. | |
|
||
* **Type:** `string` | ||
|
||
## `CARTESI_EXPERIMENTAL_SERVER_MANAGER_LOG_BYPASS_ENABLED` | ||
|
||
When enabled, prints server-manager output to stdout and stderr directly. | ||
Check failure on line 136 in docs/config.md GitHub Actions / assess-code-qualityTrailing spaces
|
||
All other log configurations are ignored | ||
|
||
* **Type:** `bool` | ||
* **Default:** `"false"` | ||
|
||
## `CARTESI_EXPERIMENTAL_SUNODO_VALIDATOR_ENABLED` | ||
|
||
When enabled, the node does not start the authority-claimer service and the Redis server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters