diff options
author | Christian Dürr <contact@christianduerr.com> | 2018-11-16 11:13:38 +0100 |
---|---|---|
committer | Christian Dürr <contact@christianduerr.com> | 2018-11-16 11:13:38 +0100 |
commit | cb4d2c0a3b20adc4c0603dcfb9447e9ebf72eae5 (patch) | |
tree | 0dc4d8c62882e70a583c01770607ce3c47944048 /CHANGELOG.md | |
parent | e66f23ad97c8df42192d07650109d42de3c767c9 (diff) | |
download | alacritty-display-config-errors.tar.gz alacritty-display-config-errors.zip |
Add option for keeping log filesdisplay-config-errors
Since it's not unusual to spawn a lot of different terminal emulators
without restarting, Alacritty can create a ton of different log files.
To combat this problem, logfiles are now removed by default after
Alacritty has been closed. If the user wants to persist the log of a
single session, the `--persistent_logging` option can be used. For
persisting all log files, the `persistent_logging` option can be set in
the configuration file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56968bb3..66d06eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Binaries for macOS, Windows and Debian-based systems are now published with GitHub releases - The keys F16-F24 have been added as options for key bindings - Display notice about errors and warnings inside Alacritty +- Log all messages to both stderr and a log file in the system's temporary directory +- New configuration option `persistent_logging` and CLI flag `--persistent-logging`, + for keeping the log file after closing Alacritty ### Changed |