Drone 1.0 strips the extra whitespace from the logs. This makes logs hard to read for commands that organize the output in a table format, eg helm install --debug
. Is there a way to disable this?
Screenshot:
Drone 1.0 strips the extra whitespace from the logs. This makes logs hard to read for commands that organize the output in a table format, eg helm install --debug
. Is there a way to disable this?
Screenshot:
Bump
Disabling the removal of extra spaces will help make Drone logs much easier to read. We rely on logging out kubectl commands right into Drone to save devs the hastle of having to jump into kubectl everytime, especially if its an environment they do not have access to.
EDIT: This also applies to many other tools that rely on accurate whitespacing to show meaningful messages. For example compilers that underline portions of code that are bad or use indentation to show nested relationships