-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52043/
-----------------------------------------------------------

(Updated Sept. 19, 2016, 7:21 p.m.)


Review request for Ambari, Laszlo Puskas, Myroslav Papirkovskyy, Oliver Szabo, 
and Sebastian Toader.


Changes
-------

Fixed comment close marker (--> instead of --->)


Bugs: AMBARI-18419
    https://issues.apache.org/jira/browse/AMBARI-18419


Repository: ambari


Description
-------

Introduce Maven project property `el.log` to control log level for 
eclipselink-staticweave-maven-plugin


Diffs (updated)
-----

  ambari-server/pom.xml 323ce22 

Diff: https://reviews.apache.org/r/52043/diff/


Testing
-------

```bash
mvn -pl ambari-server -Drat.skip -DskipTests test-compile
# -> verify output contains all messages from EclipseLink, including lines 
starting with "[EL Config]" and "[EL Finest]"

mvn -pl ambari-server -Drat.skip -DskipTests -Del.log=INFO test-compile
# -> verify output does not contain lines starting with "[EL Config]" and "[EL 
Finest]", only "[EL Warning]"

mvn -pl ambari-server -Drat.skip -DskipTests -Del.log=OFF test-compile
# -> verify output does not contain any lines starting with "[EL "
```


Thanks,

Attila Doroszlai

Reply via email to