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

[BUG] v12.2.5 There is a debug output statement '()' in the mvc.logController method and the main branch has been checked. If it is indeed a debugging task, it should be possible to delete it, and I have also synchronized the PR, #2205

Open
conero opened this issue Sep 12, 2023 · 1 comment
Assignees

Comments

@conero
Copy link

conero commented Sep 12, 2023

Describe the bug
Since upgrading to the iris framework v12.2.5, a strange "() () ()" debugging information output has been discovered. Today, I had time to debug the output and found that it came from the mvc library. Therefore, I think it would be great if it were indeed debugged and deleted, so I have already submitted the PR.

To Reproduce
In theory, defining an mvc route is sufficient, as my project has a lot of code and I haven't had time to add use cases yet

Screenshots
image

Desktop (please complete the following information):

  • windows

iris.Version

  • e.g. v12.2.5 or main

Please make sure the bug is reproducible over the main branch:

$ cd PROJECT
$ go get -u github.com/kataras/iris/v12@main
$ go run .
@conero
Copy link
Author

conero commented Sep 12, 2023

When debugging again and it is found that the output is not pure mode, further exploration is needed.

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