From 0b14d92baf19ad01369d10e84bac1af4f57f179d Mon Sep 17 00:00:00 2001 From: Lyle Hanson Date: Wed, 12 Jun 2019 11:20:49 -0500 Subject: Document collecting log output Redirecting stdout writes log output to that file, but this wasn't easily discoverable. v2 removes changes to aerc-tutorial; I was also on the fence about that, and agree that it isn't on-topic for the tutorial. Addresses https://todo.sr.ht/~sircmpwn/aerc2/180 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dac88486..7a074066 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ Then compile aerc: On its first run, aerc will copy the default config files to `~/.config/aerc` and show the account configuration wizard. +If you redirect stdout to a file, logging output will be written to that file: + + $ aerc > log + ## Resources [Send patches](https://git-send-email.io) and questions to -- cgit