Skip to content

Commit 7e0975f

Browse files
authored
feat: export defaultLoggerOptions (#10133)
Make `defaultLoggerOptions` available. Useful if you need to only tweak the defaults for your logger.
1 parent a5b9adc commit 7e0975f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/payload/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,7 @@ export { default as isolateObjectProperty } from './utilities/isolateObjectPrope
13571357
export { isPlainObject } from './utilities/isPlainObject.js'
13581358
export { isValidID } from './utilities/isValidID.js'
13591359
export { killTransaction } from './utilities/killTransaction.js'
1360+
export { defaultLoggerOptions } from './utilities/logger.js'
13601361
export { mapAsync } from './utilities/mapAsync.js'
13611362
export { sanitizeFallbackLocale } from './utilities/sanitizeFallbackLocale.js'
13621363
export { sanitizeJoinParams } from './utilities/sanitizeJoinParams.js'

0 commit comments

Comments
 (0)