Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
refactor: change argument's name from show_exc_info to hide_exc_info …
Browse files Browse the repository at this point in the history
…to keep testing data consistent
  • Loading branch information
franquil committed Apr 22, 2021
1 parent 44b512a commit 0d9d1e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dev-resources/sample-data/args-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"default": "/usr/local/lib/python3.7/site-packages/jina/resources/logging.default.yml",
"type": "string"
},
"show_exc_info": {
"title": "Show Exc Info",
"hide_exc_info": {
"title": "Hide Exc Info",
"description": "If set, then exception stack information to be added to the logging message, useful in debugging",
"default": false,
"type": "boolean"
Expand Down
4 changes: 2 additions & 2 deletions dev-resources/sample-data/args-pea.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"default": "/usr/local/lib/python3.7/site-packages/jina/resources/logging.default.yml",
"type": "string"
},
"show_exc_info": {
"title": "Show Exc Info",
"hide_exc_info": {
"title": "Hide Exc Info",
"description": "If set, then exception stack information to be added to the logging message, useful in debugging",
"default": false,
"type": "boolean"
Expand Down
4 changes: 2 additions & 2 deletions dev-resources/sample-data/args-pod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"default": "/usr/local/lib/python3.7/site-packages/jina/resources/logging.default.yml",
"type": "string"
},
"show_exc_info": {
"title": "Show Exc Info",
"hide_exc_info": {
"title": "Hide Exc Info",
"description": "If set, then exception stack information to be added to the logging message, useful in debugging",
"default": false,
"type": "boolean"
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/tests/flow-chart.testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const flowArguments: FlowArguments = {
type: "string",
},
{
name: "show_exc_info",
name: "hide_exc_info",
description:
"If set, then exception stack information to be added to the logging message, useful in debugging",
defaultValue: false,
Expand Down

0 comments on commit 0d9d1e4

Please sign in to comment.