Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions __snapshots__/diamorphosis.test.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ exports['Diamorphosis Test should set json/console loggingvariables when nothing
"app": {
"env": "development"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": [
Expand Down Expand Up @@ -241,7 +240,6 @@ exports['Diamorphosis Test should set json/console loggingvariables when console
"app": {
"env": "development"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": [
Expand Down Expand Up @@ -468,7 +466,6 @@ exports['Diamorphosis Test should set json/console loggingvariables when console
"app": {
"env": "development"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": [
Expand Down Expand Up @@ -695,7 +692,6 @@ exports['Diamorphosis Test should set json/console loggingvariables when console
"app": {
"env": "development"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": [
Expand Down Expand Up @@ -942,7 +938,6 @@ exports['Diamorphosis Test should set json/console loggingvariables when console
"app": {
"env": "development"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": [
Expand Down Expand Up @@ -1191,7 +1186,6 @@ exports['Diamorphosis Test should set json/console loggingvariables when console
"app": {
"env": "testProcess"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": [
Expand Down Expand Up @@ -1423,7 +1417,6 @@ exports['Diamorphosis Test should set json/console loggingvariables when console
"app": {
"env": "testProcess"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": [
Expand Down
3 changes: 1 addition & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ You can find the default values below:
"app": {
"env": "development"
},
"clouddebugger": false,
"honeybadger": {
"apiKey": "",
"developmentEnvironments": ["development", "test"]
Expand Down Expand Up @@ -195,7 +194,7 @@ You can find the default values below:
"clientId": "",
"ssl": true,
"log": {
"errorToWarn": ["The group is rebalancing, re-joining", "Response Heartbeat(key: 12, version: 3)"],
"errorToWarn": ["The group is rebalancing, re-joining", "Response Heartbeat(key: 12, version: 3)"]
},
"certificates": {
"key": "",
Expand Down
Loading