Skip to content

Commit

Permalink
fix(logging): Resolve object ref error
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Dec 23, 2023
1 parent 1eaaccb commit 1a5986b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/logging/src/utilities/get-transports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ Message: {msg}
logPath,
formatDate().replaceAll("/", "-").replaceAll(" ", "-"),
`${
config.extensions.logging.fileName
? config.extensions.logging.fileName + "-"
loggingConfig.fileName
? loggingConfig.fileName + "-"
: EMPTY_STRING
}error-${formatDateTime()
.replaceAll("/", "-")
Expand Down

0 comments on commit 1a5986b

Please sign in to comment.