Michael Blow has submitted this change and it was merged. Change subject: Configure Log Level.INFO For Sample Local Cluster ......................................................................
Configure Log Level.INFO For Sample Local Cluster Change-Id: I702cc150c46b8c35f2f46aebe297443e3dae928d Reviewed-on: https://asterix-gerrit.ics.uci.edu/1024 Sonar-Qube: Jenkins <[email protected]> Reviewed-by: Till Westmann <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> --- M asterixdb/asterix-server/src/main/resources/samples/local/conf/cc.conf 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Till Westmann: Looks good to me, approved Jenkins: Verified; No violations found; Verified diff --git a/asterixdb/asterix-server/src/main/resources/samples/local/conf/cc.conf b/asterixdb/asterix-server/src/main/resources/samples/local/conf/cc.conf index 9fadb37..99a97c1c 100644 --- a/asterixdb/asterix-server/src/main/resources/samples/local/conf/cc.conf +++ b/asterixdb/asterix-server/src/main/resources/samples/local/conf/cc.conf @@ -16,3 +16,6 @@ [cc] cluster.address = 127.0.0.1 + +[asterix] +log.level=INFO -- To view, visit https://asterix-gerrit.ics.uci.edu/1024 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I702cc150c46b8c35f2f46aebe297443e3dae928d Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
