nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

printer: Make time_format optional #226

Open mattrobenolt opened 3 years ago

mattrobenolt commented 3 years ago

Also fixes #220.

Any falsey value for time_format passed to the printer disables it entirely. It could have been done before, but it ends up prefixing with an extra space.

nickstenning commented 2 years ago

Thanks, Matt. I'm thinking it might be sensible to make the whole prefix format customizable and expose that as a configuration option. What do you reckon?