Skip to content

Commit 8e58429

Browse files
authored
🔥 Less logging for motionEye add-on log output (#287)
1 parent 0e65b10 commit 8e58429

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎motioneye/rootfs/etc/nginx/nginx.conf

+1-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ events {
2424
http {
2525
include /etc/nginx/includes/mime.types;
2626

27-
log_format homeassistant '[$time_local] $status '
28-
'$http_x_forwarded_for($remote_addr) '
29-
'$request ($http_user_agent)';
30-
31-
access_log /proc/1/fd/1 homeassistant;
27+
access_log off;
3228
client_max_body_size 4G;
3329
default_type application/octet-stream;
3430
gzip on;

0 commit comments

Comments
 (0)