-
Notifications
You must be signed in to change notification settings - Fork 399
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
Confusing debug logs by ConversationStore #629
Comments
@Mogadampalli-Jayanth Thanks for flagging this! I do understand this debug message is confusing particularly for developers that don't use the conversation store. https://github.com/slackapi/bolt-js/blob/%40slack/bolt%402.3.0/src/conversation-store.ts#L67 @stevengill @aoberoi (and other maintainers) |
+1 |
Thanks for starting this discussion, I think it’s too confusing too! Do you think we should no longer add the Do you think we should remove this log line completely? For a developer who is using the Should we explore “scoped” loggers? In theory, using the |
related issue: #680 |
…-logs Fix #629 confusing debug log by ConversationStore
I am developing one bot
It is throwing error when I send message to bot
This is the following error:
bolt-app Conversation context failed loading for ID:<channeID>, error: Conversation not found
Please provide solution to resolve this error!
The text was updated successfully, but these errors were encountered: