��� 1���������� 2023-05-08 18:31:54.006033 Preparing to initialize AniClient class (...)
Expected behaviour
Expected output:
⠇ 1️⃣🥚 2023-05-08 15:19:02.836543 Preparing to initialize AniClient class with args
Steps to recreate
Run Halo in a Jenkins CI environment
People to notify
Potential solution
Ora deals with this scenario by allowing you to set enabled to False and it will disable the spinner, emojis and colors. However, it will still print the raw text normally. Whereas with Halo, setting enabled to False completely disables everything, even printing the raw text normally. So, I propose setting enabled to False would still log text normally.
Description
Halo doesn't display text properly in Jenkins CI. The animations, emojis display as question mark characters. The colors don't display at all.
System settings
pip freeze
output:Error
Example of output below in Jenkins CI:
��� 1���������� 2023-05-08 18:31:54.006033 Preparing to initialize AniClient class (...)
Expected behaviour
Expected output:
⠇ 1️⃣🥚 2023-05-08 15:19:02.836543 Preparing to initialize AniClient class with args
Steps to recreate
Run Halo in a Jenkins CI environment
People to notify
Potential solution
Ora deals with this scenario by allowing you to set
enabled
toFalse
and it will disable the spinner, emojis and colors. However, it will still print the raw text normally. Whereas with Halo, settingenabled
toFalse
completely disables everything, even printing the raw text normally. So, I propose settingenabled
toFalse
would still log text normally.