-
Notifications
You must be signed in to change notification settings - Fork 228
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
log duplicate #57
Comments
Would you mind posting additional details about how you are invoking Goji? For instance, are you adding the logging middleware twice by any chance? (the default |
such as following:
|
should i comment
|
The default Goji mux already includes the logger, so there's no need to Use i.e. remove this line
On Thursday, August 21, 2014, 铁哥 notifications@github.com wrote:
|
thanks, solved. |
such as following:
2014/08/20 17:20:25.099016 [PC-CORP/O6smW20tuK-000001] Started GET "/admin/" from [::1]:35653
2014/08/20 17:20:25.099016 [PC-CORP/O6smW20tuK-000001] Started GET "/admin/" from [::1]:35653
2014/08/20 17:20:25.101017 [PC-CORP/O6smW20tuK-000001] Returning 200 in 2.001ms
2014/08/20 17:20:25.101017 [PC-CORP/O6smW20tuK-000001] Returning 200 in 2.001ms
The text was updated successfully, but these errors were encountered: