@@ -172,7 +172,7 @@ def on_bootstrap_complete(resp):
172172 logger .info ("startup took %s seconds" % str (round (time .time () - args [7 ], 2 )))
173173
174174 def shutdown ():
175- logger . info ( " shutting down server" )
175+ print "OpenBazaar Server v0.2.4 shutting down..."
176176 for vendor in protocol .vendors .values ():
177177 db .vendors .save_vendor (vendor .id .encode ("hex" ), vendor .getProto ().SerializeToString ())
178178 PortMapper ().clean_my_mappings (PORT )
@@ -249,7 +249,7 @@ def start(self):
249249 parser .add_argument ('-d' , '--daemon' , action = 'store_true' ,
250250 help = "run the server in the background as a daemon" )
251251 parser .add_argument ('-t' , '--testnet' , action = 'store_true' , help = "use the test network" )
252- parser .add_argument ('-l' , '--loglevel' , default = "info " ,
252+ parser .add_argument ('-l' , '--loglevel' , default = "warning " ,
253253 help = "set the logging level [debug, info, warning, error, critical]" )
254254 parser .add_argument ('-p' , '--port' , help = "set the network port" )
255255 parser .add_argument ('-a' , '--allowip' , default = ["127.0.0.1" ], action = "append" ,
0 commit comments