Re: Locating mutt logs
Peter Flynn <[email protected]>
| Newsgroups | gmane.mail.mutt.user |
|---|---|
| Organization | Silmaril Consultants |
| Message-ID | <[email protected]> |
On 16/07/2024 10:08, MikZyth via Mutt-users wrote: > On 16-07-2024 00:15, Peter Flynn wrote: >> BTW does Mutt generate *any* logs at all by default (I don't mean >> debug logs). > > $ mutt -v | grep DEBUG > > will show you whether your build has debug enabled. Apparently yes it has DEBUG on, which is good. But apparently it offers no other kind of record-keeping logs. On 16/07/2024 00:20, Will Yardley wrote: > On Tue, Jul 16, 2024 at 12:15:12AM +0100, Peter Flynn wrote: >> *Where* would it put such debug information? Clearly not to the >> terminal. > > From `mutt --help`: > -d <level> log debugging output to ~/.muttdebug0 I had entirely missed that, thanks. Peter