Skip to content

Commit 5a6eb6c

Browse files
committed
debug log level is now used for starting eho-api
1 parent 40620e4 commit 5a6eb6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/eho

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function install_eho() {
6767
}
6868

6969
function start_eho() {
70-
screen_it eho "cd $EHO_DIR && $EHO_BIN_DIR/eho-api --reset-db --stub-data --allow-cluster-ops"
70+
screen_it eho "cd $EHO_DIR && $EHO_BIN_DIR/eho-api --reset-db --stub-data --allow-cluster-ops --log-level DEBUG"
7171
}
7272

7373
function stop_horizon() {

0 commit comments

Comments
 (0)