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 gfal2 with flag -vvv the INFO messages are making the shell output color stuck.
I guess adding "\033[0m" at the end of any logging line should do the trick, but I am afraid this is more of a glib2 bug...
As a reference:
The text was updated successfully, but these errors were encountered:
When running gfal2 with flag
-vvv
the INFO messages are making the shell output color stuck.I guess adding
"\033[0m"
at the end of any logging line should do the trick, but I am afraid this is more of a glib2 bug...As a reference:
The text was updated successfully, but these errors were encountered: