You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in foreground with multiple processes (ie. a docker container) it would be nice to have the program name prepended to the log output. ie:
[program_1] [ Thu Feb 7 23:37:00 UTC 2019 ] output from promgram 1
[program_1] [ Thu Feb 7 23:37:02 UTC 2019 ] output from promgram 1
[program_2] [ Thu Feb 7 23:37:03 UTC 2019 ] output from a secondary application
The text was updated successfully, but these errors were encountered:
When running in foreground with multiple processes (ie. a docker container) it would be nice to have the program name prepended to the log output. ie:
[program_1] [ Thu Feb 7 23:37:00 UTC 2019 ] output from promgram 1
[program_1] [ Thu Feb 7 23:37:02 UTC 2019 ] output from promgram 1
[program_2] [ Thu Feb 7 23:37:03 UTC 2019 ] output from a secondary application
The text was updated successfully, but these errors were encountered: