Skip to content

Commit

Permalink
Log http proxy audit logs at debug level (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gergas3 authored Jan 25, 2024
1 parent 5fbf170 commit cab2a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const httpProxyApp = (
}
) => {
const app = express();
app.use(audit({ logger }));
app.use(audit({ logger, useLevel: "debug" }));

// In order to populate the `request.body` attribute in express we must define body-parser middlewares.
app.use(express.json());
Expand Down

0 comments on commit cab2a6a

Please sign in to comment.