Skip to content

Commit

Permalink
🔥 Less logging for motionEye add-on log output (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 11, 2021
1 parent 0e65b10 commit 8e58429
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions motioneye/rootfs/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ events {
http {
include /etc/nginx/includes/mime.types;

log_format homeassistant '[$time_local] $status '
'$http_x_forwarded_for($remote_addr) '
'$request ($http_user_agent)';

access_log /proc/1/fd/1 homeassistant;
access_log off;
client_max_body_size 4G;
default_type application/octet-stream;
gzip on;
Expand Down

0 comments on commit 8e58429

Please sign in to comment.