-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STY: Prettify logging; make it verbose
In brief: - Use bold font for "titles". - Use Dim magenta, and icons, for verbose logs. - Use an italic font for data logs. - Add command args to verbose logs. Update src/lib/log.js: - Use bold font for info logs. - Use italic font for data logs. - Use dim magenta font for verbose logs. Update bin/bli: - Remove ellipsis from log. Update src/handle-event.js: - Make status log verbose by printing the cmd and its args. - Show status log as verbose/error log. - Simplify status log: use ticks and cross icons for status log. Update src/lib/run-cmd.js: - Add newline before each info log. - Print cmd and its args as a verbose log. Update src/stop.js: - Add newline before end log. - Remove ellipsis from end log. Update test/integration/cli.test.js: - Remove ellipsis from commands. - Add newlines on end commands.
- Loading branch information
1 parent
949528c
commit 1b337d7
Showing
6 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters