Skip to content

Commit

Permalink
Log http proxy audit logs at debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
gergas3 committed Jan 24, 2024
1 parent 5fbf170 commit 8922ea6
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 8922ea6

Please sign in to comment.