Slapformat is verbose by default

parent 457dbb94
...@@ -127,7 +127,7 @@ def dispatch(command, is_node_command): ...@@ -127,7 +127,7 @@ def dispatch(command, is_node_command):
elif command == 'bang': elif command == 'bang':
call(bang, config=True) call(bang, config=True)
elif command == 'format': elif command == 'format':
call(format, config=GLOBAL_SLAPOS_CONFIGURATION, option=['-c']) call(format, config=GLOBAL_SLAPOS_CONFIGURATION, option=['-c', '-v'])
elif command == 'supervisord': elif command == 'supervisord':
call(supervisord, config=GLOBAL_SLAPOS_CONFIGURATION) call(supervisord, config=GLOBAL_SLAPOS_CONFIGURATION)
elif command == 'supervisorctl': elif command == 'supervisorctl':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment