fix: Internal server error during import with nested documents

This commit is contained in:
Tom Moor
2023-11-09 08:57:56 -05:00
parent a7dd5c6798
commit d8d49f6950
2 changed files with 6 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ class Logger {
* Debug information
*
* @param category A log message category that will be prepended
* @param extra Arbitrary data to be logged that will appear in prod logs
* @param extra Arbitrary data to be logged that will appear in development logs
*/
public debug(label: LogCategory, message: string, extra?: Extra) {
this.output.debug(message, { ...this.sanitize(extra), label });