----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72104/ -----------------------------------------------------------
(Updated Feb. 15, 2020, 12:51 p.m.) Review request for atlas and Bolke de Bruin. Repository: atlas Description ------- This patch enables logging to STDOUT from processes spawned through atlas_start.py or atlas_config.py scripts. For now, even if configured in log4j, logging to STDOUT was supressed (by redirecting to log files only). Diffs (updated) ----- distro/pom.xml 7159b16cf distro/src/bin/atlas_config.py f09026ff9 distro/src/bin/atlas_start.py 963faf402 distro/src/bin/cputil.py 98a9dc36d distro/src/conf/atlas-env.sh c4241e665 Diff: https://reviews.apache.org/r/72104/diff/3/ Changes: https://reviews.apache.org/r/72104/diff/2-3/ Testing ------- The tests were concluded by: 1. Building & running Atlas locally with default log4j configuration and ENABLE_LOGGING_TO_CONSOLE variable set to true. 2. Building & running Atlas on Openshift with log4j configuration pushing everything to STDOUT and ENABLE_LOGGING_TO_CONSOLE variable set to true. In both scenarios logs were available both in the .out/.err files in the Atlas logdir (backwards compatibility), but at the same time I was able to see them in STDOUT of both running process (local installation) and pod (openshift deployment). Thanks, Mariusz Górski
