Skip to content

Commit

Permalink
disable logger
Browse files Browse the repository at this point in the history
  • Loading branch information
heirro committed Feb 15, 2024
1 parent 7e84cd5 commit 5f62903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { result } from './src/pilpres/result.js'
import { province } from './src/pilpres/province.js'

const fastify = Fastify({
logger: true
logger: false
})

fastify.get('/loaderio-88f18b6967d301353c4b45fbf3a5e09e.txt', async (request, reply) => {
Expand Down

0 comments on commit 5f62903

Please sign in to comment.