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

debugging #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

debugging #105

wants to merge 1 commit into from

Conversation

colinsl
Copy link
Contributor

@colinsl colinsl commented Apr 4, 2024

No description provided.

@colinsl
Copy link
Contributor Author

colinsl commented Jun 11, 2024

/rebase

@colinsl colinsl force-pushed the colinsl/debugging branch from 217f84c to cb71349 Compare June 11, 2024 23:18
@@ -44,7 +44,7 @@ def process_event(event):
if event_type == "message" or event_type == "app_mention":
try:
with statsd.timer("process_event"):
logger.debug(
logger.info(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this not potentially log the message itself? This is set to debug because it's sensitive and should only be output if the app is in debug mode (like when locally developing).

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 this pull request may close these issues.

2 participants