Skip to content

Commit fbb9be9

Browse files
committed
Document logger.timestampPrefix config
1 parent dda71c5 commit fbb9be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/_index.en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ The default configuration can be found in `config/default.json`. The full refere
323323
"to": "The address to send the email to in case of an error",
324324
"from": "The address from which to send the email",
325325
"sendWarnings": "Boolean. Set to true to also send email in case of warning",
326-
}
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)"
327328
},
328329
"reporter": { // Reporter mechanism to create GitHub issues when terms content is inaccessible
329330
"githubIssues": {

0 commit comments

Comments
 (0)