aws / aws/amazon-documentdb-odbc-driver
Replace and remove LOG_MSG
- Dominant language
- C++
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
`LOG_MSG` is legacy code from Ignite. Since now we have different log levels, we should replace calls of `LOG_MSG` with `LOG__MSG`. There are less than or equal to 85 `LOG_MSG` calls
AC:
- remove all calls to LOG_MSG
- remove LOG_MSG definition in log.h
- look at `LOG_MSG` calls case by case, and decide if it should be converted to one of: `LOG_DEBUG_MSG`, `LOG_INFO_MSG`, or `LOG_ERROR_MSG`.
Contributor guide
Research direction
Search the repository for all LOG_MSG calls, then read log.h to inspect the LOG_MSG definition. Review each call in context and classify it as debug, info, or error. Done means no LOG_MSG calls remain and the LOG_MSG definition has been removed from log.h.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- observability
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100