Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Is there a way to disable step information on the console?

sumo option --no-step-log

Am Mo., 16. Sept. 2019 um 18:25 Uhr schrieb Paolo Bolzoni <paolo.bolzoni.brown@xxxxxxxxx>:
Dear list,

Whatever I start sumo with (imagine that the variables hold the obvious values):
        subprocess.Popen([sumo_exe, '-c', sumocfg], stdout=sys.stdout,
stderr=sys.stderr)

or:
        subprocess.Popen([sumo_exe, '-c', sumocfg], stdout=None, stderr=None)

In the console I see the information about the steps, for example Step
#0.00 (0ms ?*RT. ?UPS, TraCI: 321ms, vehicles TOT 1 ACT 1 BUF 0).

Is there any way to disable that output?

Cheers,
Paolo
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top