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/> does not log requests not handled by any rule #955

Closed
rrayst opened this issue Mar 11, 2024 · 0 comments · Fixed by #970
Closed

<accessLog/> does not log requests not handled by any rule #955

rrayst opened this issue Mar 11, 2024 · 0 comments · Fixed by #970
Assignees

Comments

@rrayst
Copy link
Contributor

rrayst commented Mar 11, 2024

    <router>

        <transport>
            <ruleMatching />
            <exchangeStore />
            <dispatching />
            <reverseProxying />
            <accessLog/>
            <userFeature />
            <httpClient />
        </transport>

        <serviceProxy port="80">
            <path>/demo</path>
            <target host="www.predic8.de">
        </serviceProxy>
    </router>
 
curl localhost/

-> nothing gets logged

christiangoerdes added a commit that referenced this issue Mar 14, 2024
@christiangoerdes christiangoerdes linked a pull request Mar 14, 2024 that will close this issue
predic8 pushed a commit that referenced this issue Mar 14, 2024
* refactoring

* removed unused imports

* fixed tests

* resolved issue #955

* test infra

* added header test
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

Successfully merging a pull request may close this issue.

3 participants