We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logger.timestampPrefix
1 parent dda71c5 commit fbb9be9Copy full SHA for fbb9be9
content/_index.en.md
@@ -323,7 +323,8 @@ The default configuration can be found in `config/default.json`. The full refere
323
"to": "The address to send the email to in case of an error",
324
"from": "The address from which to send the email",
325
"sendWarnings": "Boolean. Set to true to also send email in case of warning",
326
- }
+ },
327
+ "timestampPrefix": "Boolean. Set to true to prefix the timestamp of the error message with the current date (in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ)"
328
},
329
"reporter": { // Reporter mechanism to create GitHub issues when terms content is inaccessible
330
"githubIssues": {
0 commit comments