Skip to content

Commit

Permalink
chore(web): Remove invalid logLevel from dev proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored and jrasm91 committed Nov 21, 2023
1 parent f06923c commit 275fd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const upstream = {
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',
secure: true,
changeOrigin: true,
logLevel: 'debug',
logLevel: 'info',
ws: true,
};

Expand Down

0 comments on commit 275fd9d

Please sign in to comment.