Skip to content

Log spam since version 2.0.1 #176

@johncoles

Description

@johncoles

Currently for each request I am seeing my log get a lot of output added to it. Below is an example:

Is there a way to disable this as it's causing my application to slow down as it tries to output all the logging data.

docker-container    | > GET /an/example/url HTTP/1.1
docker-container    | Host: example.com
docker-container    | User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
docker-container    | Accept: */*
docker-container    | 
docker-container    | < HTTP/1.1 200 OK
docker-container    | < Cache-Control: public, max-age=38
docker-container    | < Content-Type: text/html; charset=utf-8
docker-container    | < Expires: Sun, 07 Apr 2019 10:55:59 GMT
docker-container    | < Last-Modified: Sun, 07 Apr 2019 10:53:59 GMT
docker-container    | < Vary: *
docker-container    | < X-Content-Type-Options: nosniff
docker-container    | < Content-Security-Policy: default-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google.com/recaptcha/api.js https://ssl.google-analytics.com/ga.js https://www.gstatic.com/recaptcha/ https://www.googletagmanager.com/ https://www.google-analytics.com/ https://az416426.vo.msecnd.net/scripts/ https://tagmanager.google.com; connect-src 'self' wss://*.example.com/signalr/ wss://example.com/signalr/ wss://*.vualto.com/signalr/ https://dc.services.visualstudio.com/v2/; img-src 'self' http://*.ukparliament.groovygecko.com/ https://*.kaltura.com/ http://*.kaltura.com/ https://ssl.google-analytics.com/ https://vodplayer.example.com/ https://www.googletagmanager.com/ https://www.google-analytics.com/ https://stats.g.doubleclick.net/r/ https://www.google.com/ads/ https://www.google.co.uk/ads/ https://ssl.gstatic.com https://www.gstatic.com data:; font-src 'self'; frame-ancestors 'self' *.example.com/; frame-src https://*.vualto.com http://*.vualto.com https://www.google.com/ https://*.example.com/ http://*.example.com/; style-src 'self' 'unsafe-inline' https://www.googletagmanager.com/ https://tagmanager.google.com https://fonts.googleapis.com;
docker-container    | < X-XSS-Protection: 1; mode=block
docker-container    | < X-Frame-Options: SAMEORIGIN
docker-container    | < Date: Sun, 07 Apr 2019 10:55:20 GMT
docker-container    | < Content-Length: 262
docker-container    | < 
docker-container    | * Curl_http_done: called premature == 0
docker-container    | * Connection #0 to host example.com left intact
docker-container    | 127.0.0.1 - - [07/Apr/2019:10:55:20 +0000] "GET /api/1/get_data.php HTTP/1.0" 200 735 "-" "-"
docker-container    | * Hostname example.com was found in DNS cache
docker-container    | *   Trying 34.253.133.227...
docker-container    | * TCP_NODELAY set
docker-container    | * Connected to example.com (34.253.133.227) port 443 (#0)
docker-container    | * ALPN, offering http/1.1
docker-container    | * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
docker-container    | * successfully set certificate verify locations:
docker-container    | *   CAfile: /etc/ssl/certs/ca-certificates.crt
docker-container    |   CApath: /etc/ssl/certs
docker-container    | * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
docker-container    | * ALPN, server accepted to use http/1.1
docker-container    | * Server certificate:
docker-container    | *  subject: C=GB; postalCode=EX4 4MP; ST=Manchester; L=Manchester; street=A Street; O=Example Org; OU=Web; OU=Enterprise SSL Pro Wildcard; CN=*.example.com
docker-container    | *  start date: Jan  2 00:00:00 2019 GMT
docker-container    | *  expire date: Jan  2 23:59:59 2020 GMT
docker-container    | *  subjectAltName: host "example.com" matched cert's "example.com"
docker-container    | *  issuer: C=GB; ST=Greater Manchester; L=Salford; O=COMODO CA Limited; CN=COMODO RSA Organization Validation Secure Server CA
docker-container    | *  SSL certificate verify ok.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions