Skip to content

Commit

Permalink
feat: export defaultLoggerOptions (#10133)
Browse files Browse the repository at this point in the history
Make `defaultLoggerOptions` available. Useful if you need to only tweak
the defaults for your logger.
  • Loading branch information
denolfe authored Dec 27, 2024
1 parent a5b9adc commit 7e0975f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/payload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,7 @@ export { default as isolateObjectProperty } from './utilities/isolateObjectPrope
export { isPlainObject } from './utilities/isPlainObject.js'
export { isValidID } from './utilities/isValidID.js'
export { killTransaction } from './utilities/killTransaction.js'
export { defaultLoggerOptions } from './utilities/logger.js'
export { mapAsync } from './utilities/mapAsync.js'
export { sanitizeFallbackLocale } from './utilities/sanitizeFallbackLocale.js'
export { sanitizeJoinParams } from './utilities/sanitizeJoinParams.js'
Expand Down

0 comments on commit 7e0975f

Please sign in to comment.