@@ -113,6 +113,8 @@ Extra options | Description
113113` interval ` | How often, in seconds, the agent checks in with the platform. Default: 60s
114114` intervalJitter ` | How much, in seconds, to vary the heartbeat +/- ` intervalJitter ` . Default: 10s
115115` moduleCache ` | If the device can not access npmjs.org then use the node modules cache in ` module_cache ` directory. Default ` false `
116+ ` verbose ` | Enables verbose logging
117+ ` jsonLogging ` | Enabled JSON format logs
116118
117119#### NodeJS options
118120
@@ -235,6 +237,8 @@ Extra options | Description
235237----------------|---------------
236238`interval` | How often, in seconds, the agent checks in with the platform. Default : 60s
237239`intervalJitter`| How much, in seconds, to vary the heartbeat +/- `intervalJitter`. Default : 10s
240+ ` verbose` | Enables verbose logging
241+ ` jsonLogging` | Enabled JSON format logs
238242
239243# # Running
240244
@@ -278,9 +282,10 @@ Setup command
278282
279283Global Options
280284
281- -h, --help print out helpful usage information
282- --version print out version information
283- -v, --verbose turn on debugging output
285+ -h, --help print out helpful usage information
286+ --version print out version information
287+ -v, --verbose turn on debugging output
288+ -j, --json-logging print logs in JSON format
284289` ` `
285290
286291# # Running with no access to npmjs.org
0 commit comments