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
We distinguish different types of terminals by judging process.stdout. On the default terminal, we use console to output logs, while on the TTY terminal, we use the ora. We have added a time prefix to Ttylogger, but this feature has not been implemented on the DefaultLogger.
Here is the DefaultLogger: https://github.com/alibaba/pipcook/blob/main/packages/cli/src/utils/index.ts#L212
The text was updated successfully, but these errors were encountered:
We distinguish different types of terminals by judging
process.stdout
. On the default terminal, we useconsole
to output logs, while on the TTY terminal, we use theora
. We have added a time prefix toTtylogger
, but this feature has not been implemented on theDefaultLogger
.Here is the
DefaultLogger
:https://github.com/alibaba/pipcook/blob/main/packages/cli/src/utils/index.ts#L212
The text was updated successfully, but these errors were encountered: