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

Improve log messages to always include storeId when relevant #1097

Merged
merged 2 commits into from
May 23, 2024

Conversation

TheLastCicada
Copy link
Contributor

The store ID is used in some log messages and the store name in others. This makes it difficult to search or grep the log files to find all log messages about a specific store. The store ID is the perfect string to use with grep to find these messages, so this pull request adds the store ID to all log messages that currently don't have it (or at least all the log messages I'm currently aware of that don't include it and would be obviously helpful to have it).

@TheLastCicada TheLastCicada marked this pull request as ready for review May 21, 2024 18:18
@TheLastCicada TheLastCicada requested a review from wwills2 May 21, 2024 18:18
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/eslint@8.57.0 environment, filesystem Transitive: eval, shell, unsafe +93 10.1 MB eslintbot

🚮 Removed packages: npm/eslint@9.2.0

View full report↗︎

@TheLastCicada TheLastCicada merged commit e1cdab9 into develop May 23, 2024
12 checks passed
@TheLastCicada TheLastCicada deleted the logmessageimprovement1 branch May 23, 2024 21:36
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.

1 participant