RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
39.32k stars 10.08k forks source link

Configurable Logging Levels for App Framework #13312

Open graywolf336 opened 5 years ago

graywolf336 commented 5 years ago

For the next version, we need a way to set the debugging level of the entire App framework inside of Rocket.Chat. Right now it is extremely verbose, which means the logs are spammed with App framework logs.

jasonfah commented 5 years ago

Is there anything we can do in the meantime? Our log is getting smashed with "checkPreMessageSentModify" messages.

graywolf336 commented 5 years ago

Disable the App framework, if you're not using it.

jasonfah commented 5 years ago

We're using it, that's why we get the checkPreMessageSentModify messages.

graywolf336 commented 5 years ago

Derp, that was a slip in my memory 😂then sadly not at the moment 😞

col-panic commented 4 years ago

I implemented an App - and I also get spammed by debug messages I did not manually add, like checkPreMessage* any return value seems to be logged! Any way to deactivate this?

col-panic commented 4 years ago

Related https://github.com/RocketChat/Rocket.Chat.Apps-engine/issues/181

pawadski commented 3 years ago

+1. We would appreciate this as well. A lot of messages that are not necessary are being logged.