Files
payload/packages/plugin-import-export
Patrik 246a42b727 chore(plugin-import-export): use debug-level logging for createExport process (#13242)
### What?

Replaces all `payload.logger.info` calls with `payload.logger.debug` in
the `createExport` function.

### Why?

info logs are too verbose. Using debug ensures detailed logs.

### How?

- Updated all logger calls in `createExport` to use `debug` instead of
`info`.
2025-07-22 18:09:04 +00:00
..
2025-07-17 14:45:59 -04:00

Payload Import/Export Plugin

A plugin for Payload to easily import and export data.