We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40620e4 commit 5a6eb6cCopy full SHA for 5a6eb6c
1 file changed
lib/eho
@@ -67,7 +67,7 @@ function install_eho() {
67
}
68
69
function start_eho() {
70
- screen_it eho "cd $EHO_DIR && $EHO_BIN_DIR/eho-api --reset-db --stub-data --allow-cluster-ops"
+ screen_it eho "cd $EHO_DIR && $EHO_BIN_DIR/eho-api --reset-db --stub-data --allow-cluster-ops --log-level DEBUG"
71
72
73
function stop_horizon() {
0 commit comments