Open rocketraman opened 6 years ago
It would be nice to specify the format field with additional capabilities such as provided by printf. For example, instead of:
printf
%@timestamp %container_name %message
I might want to make sure all of my message output is aligned by doing:
%@timestamp %-20container_name %message
It would be nice to specify the format field with additional capabilities such as provided by
printf
. For example, instead of:I might want to make sure all of my message output is aligned by doing: