-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support less fancy terminals #251
Comments
Ya, agree - we should do a TTY check and then just output a log stream.
…On Sat, Sep 30, 2017 at 3:27 AM Christian Howe ***@***.***> wrote:
The new bankai has pretty fancy terminal logging! But not everyone runs it
in a terminal that supports all these fancy features. For example,
term-mode in Emacs really dislikes the fact that bankai takes over the
terminal. Also, if you're using bankai on the server side, it can get in
the way of your server logging. While I think we should keep these
features, I think there should be a configuration option for basic logging
(like the old bankai logging) that works on simpler terminals.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#251>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWlemAaW_ClNiEwETksj_9aiPFE8rGBks5sne1WgaJpZM4PpeXi>
.
|
For now if it doesn't work, you can always pass |
I believe its bankai --help
$ bankai <command> [entry] [options]
Commands:
build compile all files to dist/
inspect inspect the bundle dependencies
start start a development server
Options:
-d, --debug output lots of logs
-h, --help print usage
-q, --quiet don't output any logs
-v, --version print version |
Well, I have something kinda working that might help this... I hacked together a version of This allows @yoshuawuyts any other thoughts on this? |
pushed WIP code to branch if you're interested in seeing it (not merge ready hehe) https://github.com/choojs/bankai/compare/simple-logs |
@Flet this is cool! |
The new bankai has pretty fancy terminal logging! But not everyone runs it in a terminal that supports all these fancy features. For example,
term-mode
in Emacs really dislikes the fact that bankai takes over the terminal. Also, if you're using bankai on the server side, it can get in the way of your server logging. While I think we should keep these features, I think there should be a configuration option for basic logging (like the old bankai logging) that works on simpler terminals.We could by default make the decision to use basic or fancy logging based on the
TERM
environment variable.The text was updated successfully, but these errors were encountered: