You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the information generated by the AffOrgMatchVoterStrengthEstimatorAndTest is logged on the TRACE level which is not being logged by default. This makes working on reestimation of the voters' strength rather difficult and having this logged during running the tests would be rather beneficial.
The file already created to cover quite specific logging requirements of the affiliation matching module:
in the iis-wf/iis-wf-affmatching/src/test/resources/log4j.properties file will solve that issue.
It will be solved assuming the .classpath file created for Eclipse environment within the iis-wf-affmatching module has this location defined prior to the location of the default iis-common/src/main/resources/log4j.properties file which is meant to be used in a production cluster environment. The order of loading log4j.properties files determines which log4j configuration will be taken into account.
I proved this to be working in a local environment it just needs to be decided if it should be a default configuration. One obvious drawback is having test logs polluted with this additional information which is not very useful when running an automated tests suite.
marekhorst
changed the title
Consider making an affiliation matching tests logging outcome logged on TRACE level visible in console
Consider making an affiliation matching tests logging outcome on TRACE level visible in console
Nov 18, 2024
Currently the information generated by the
AffOrgMatchVoterStrengthEstimatorAndTest
is logged on theTRACE
level which is not being logged by default. This makes working on reestimation of the voters' strength rather difficult and having this logged during running the tests would be rather beneficial.The file already created to cover quite specific logging requirements of the affiliation matching module:
currently does not enable
AffOrgMatchVoterStrengthEstimatorAndTest
class to log the information on theTRACE
level.The text was updated successfully, but these errors were encountered: