diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-05-30 13:24:53 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-05-30 13:29:44 +0300 |
| commit | 3e233cba9af8dd31852e81f0703e0c39e724ffb7 (patch) | |
| tree | 2ead5da97863f6b63d45fa73f66ff46f9a687298 /NEWS.org | |
| parent | 73be015cd0c225d9cbdd78d51be9108655ec0c64 (diff) | |
rework logging system
reimplement the old mu-log.[ch] into mu-logging.{cc,hh}
If available (and using an appropriately equipped glib), log to the
systemd journal
Only g_criticals have stderr output, all the other g_* go to the log
file / journal.
Diffstat (limited to 'NEWS.org')
| -rw-r--r-- | NEWS.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ *** mu + - Where available (and with suitable glib), log to the systemd journal + instead of a =~/.cache/mu.log= + - Follow symlinks in maildirs, and support moving messsages between across multiple filesystems (but note that that is quite a bit slower than the single-filesystem case) |
