Skip to content

Commit

Permalink
wip(zerops): Logger disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mlc-mlapis committed Nov 30, 2024
1 parent 671368e commit 1cb2406
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ export default buildConfig({
}
}),
collections: [Pages, Posts, Media, Categories, Users],
logger: "sync",
logger: {
options: {
enabled: false
}
},
cors: [getServerSideURL()].filter(Boolean),
globals: [Header, Footer],
plugins: [
Expand Down

0 comments on commit 1cb2406

Please sign in to comment.