summaryrefslogtreecommitdiffstats
path: root/src/logger.rs
AgeCommit message (Collapse)Author
2021-02-13refactor(log): change output colors to shades of blue for trace and debug to ↵Alexandru Macovei
make them more visible (#2299)
2021-01-16test: enable logging in tests (#2151)David Knaack
* test: enable logging in tests * fix clippy
2020-10-27feat(logger): don't create empty log files (#1836)David Knaack
2020-10-14chore(log): Add context to logger failure messages (#1764)Thomas O'Donnell
Have added a little bit more context to the error messages that occur when if starship is unable to setup the logger. This should hopefully make it a bit easier to work out why starship can't setup the logger.
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
This creates a custom logger for the log crate which logs everything to a file (/tmp/starship/session_$STARSHIP_SESSION_KEY.log) and it logs everything above Warn to stderr, but only if the log file does not contain the line that should be logged resulting in an error or warning to be only logged at the first starship invocation after opening the shell.