Skip to content

Commit

Permalink
do in appview as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Oct 19, 2023
1 parent 56bce4a commit 416caf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/bsky/src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ export const httpLogger: ReturnType<typeof subsystemLogger> =

export const loggerMiddleware = pinoHttp({
logger: httpLogger,
serializers: {
err: (err) => {
return {
code: err?.code,
message: err?.message,
}
},
},
})

0 comments on commit 416caf6

Please sign in to comment.