Skip to content

Commit

Permalink
[FLINK-17172][tests] Enable DEBUG level logging in Jepsen tests
Browse files Browse the repository at this point in the history
This closes apache#11761.
  • Loading branch information
GJL committed Apr 16, 2020
1 parent 577abe7 commit 2669f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-jepsen/src/jepsen/flink/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
(seq (flink-configuration test node))))]
(c/exec :echo c :> conf-file)
;; TODO: write log4j.properties properly
(c/exec (c/lit (str "sed -i'.bak' -e '/log4j.rootLogger=/ s/=.*/=DEBUG, file/' " install-dir "/conf/log4j.properties")))))
(c/exec (c/lit (str "sed -i'.bak' -e '/rootLogger\\.level/ s/=.*/= DEBUG/' " install-dir "/conf/log4j.properties")))))

(defn- file-name
[path]
Expand Down

0 comments on commit 2669f5b

Please sign in to comment.