Log output settings have been refined for testing.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/9ba58f87 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/9ba58f87 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/9ba58f87 Branch: refs/heads/prestonc/november_update Commit: 9ba58f877bcfe780e35894fb563714629047aec2 Parents: b665db7 Author: Preston Carman <[email protected]> Authored: Thu Dec 18 10:51:06 2014 -0800 Committer: Preston Carman <[email protected]> Committed: Thu Dec 18 10:51:06 2014 -0800 ---------------------------------------------------------------------- .../resources/noaa-ghcn-daily/scripts/testing_logging.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/9ba58f87/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/testing_logging.properties ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/testing_logging.properties b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/testing_logging.properties index 672e456..ec85207 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/testing_logging.properties +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/testing_logging.properties @@ -62,7 +62,7 @@ handlers= java.util.logging.ConsoleHandler # Limit the message that are printed on the console to FINE and above. -java.util.logging.ConsoleHandler.level = FINE +java.util.logging.ConsoleHandler.level = INFO java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter @@ -76,4 +76,4 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter # edu.uci.ics.asterix.level = FINE # edu.uci.ics.hyracks.algebricks.level = FINE -edu.uci.ics.hyracks.level = FINE +edu.uci.ics.hyracks.level = SEVERE
