Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.95.2, 0.94.11
-
None
-
Reviewed
-
Description
HBase services already logs information related to JVM properties and command line arguments used to start the services which have been immensely helpful to investigate issues.
One thing that they do not log is the environment variables and an unintended variable in the environment could lead to a scenario not reproducible anywhere else including its original location if the service is restarted differently.
We should log environment variables (excluding those which may contains credentials) on service startup with option to disable this logging.