Logger formating issue #666
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
Log
There are two issues with formatting in the logger:
1- It appears we don't format the global logs. For example:
The first line is well formatted, but the second line, which is a global log, is not.
2- We should detect if the terminal doesn't support line editing, we don't format the logs. Example:
We should determine if the terminal supports line editing. If not, we shouldn't format the logs. To detect line editing support, we can use terminalSupported
We might consider moving this function to the
util
package.The text was updated successfully, but these errors were encountered: