dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
291 stars 136 forks source link

unify all instances of logger to a same style #3807

Open kofemann opened 6 years ago

kofemann commented 6 years ago

Due to historical development and personal preferences of various developer an instance of logger is reverences as _log, LOGGER LOG or log. While forcing a unified style for all variable will produce big code reformatting, a smaller change to enforce logger name is beneficial.

The agreed style is:

private static final Logger LOGGER = LoggerFactory.getLogger(clazz);
kofemann commented 6 years ago

Modules to update:

MichaelSchwabe commented 5 years ago

I will do my best on this issue

charlotte321 commented 5 years ago

i, too

charlotte321 commented 5 years ago

no logger in common cli

gjyligashi83 commented 5 years ago

cells fixed

gjyligashi83 commented 5 years ago

bugs in cells fixed