vmware / vmware/singleton

[REQUIREMENT] Code clean up - improve logs

Open
#1,512 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

area/ruby-client kind/feature priority/low
Dominant language
Java
Stars
72
Forks
69
Avg merge
23h 32m
Merged PRs (30d)
4

Description

Is your feature request related to a problem? Please describe.
Logs are written with hardcoded class and method names. For example:
SgtnClient.logger.debug "[Translation.getString]..." or SgtnClient.logger.debug "[Translation][getString_p] ..." where "Translation" is the hardcoded class name and "getString" and "getString_p" are hardcoded method names.

Describe the solution you'd like
Class names and method names are not hardcoded:
SgtnClient.logger.debug { "#{class.name}.#{__method__} ..."

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.