Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accesslog keeps growing even if loglevel is 1 #451

Open
alexey-v-paramonov opened this issue Jun 26, 2024 · 1 comment
Open

accesslog keeps growing even if loglevel is 1 #451

alexey-v-paramonov opened this issue Jun 26, 2024 · 1 comment

Comments

@alexey-v-paramonov
Copy link

I have latest Icecast-kh configured like this:

    <logging>
        <accesslog>access_1.log</accesslog>
        <errorlog>error_1.log</errorlog>
        <loglevel>1</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>

But the access log keep growing cause it has a lot of entries that look like this:

   ...
   [26/Jun/2024:20:00:07 +0000] "GET /status-json.xsl HTTP/1.1" 200 768 "-"
   ...

It does not seem like an error cause the response code is HTTP 200 OK, so it is not an error but Icecast keeps logging this and I think it only applies to status-json.xsl file.

@als2002
Copy link

als2002 commented Sep 9, 2024

Loglevel defines how verbose will be errorlog, not access log.
access log will have record for every reguest, that was served by icecast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants