-
Notifications
You must be signed in to change notification settings - Fork 19
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 levels too high #7
Comments
That's a good point, I will change that.... |
I'd recommend you to put only recvd/sent msgs to DEBUG, errors to ERROR and
|
I am just pretty swamped at this moment so if you need earlier please feel free to change and issue a pull request. If you do I will release a new version of the plugin. Btw how are you using the module? Prod or just dev? Just out of curiosity.... Thank you, On Nov 20, 2011, at 11:18 AM, ahmet alp balkanreply@reply.github.com wrote:
|
OK I'll have a look at it. I will be using it in PROD. Ahmet Balkan
|
How do you build this plugin? I haven't built any play plugins before? |
Just run "play build-module". |
I checked out this project under
What do you think? |
Ping. |
You need to "mv conf/application.conf.debug conf/application.conf" and then "play dependencies". Right before you commit rename application.conf back to application.conf.debug. |
Are you planning to make an improvement for this? |
Great module! I'm using it and very pleased. However, I used to keep log reporting level of my application at ≥DEBUG. This causes almost all log messages of RabbiMQ to show. I think only Message Sent and Message Received (high-level) messages should be in DEBUG mode. I see lots of non-useful messages and MQ stats even in INFO mode.
That is not supposed to be like this and if they are coming from this module, we can discuss about convenience of setting log levels reasonably. I'd appreciate your interest and thank you again for such a good plugin!
The text was updated successfully, but these errors were encountered: