summaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-05-30 13:24:53 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-05-30 13:29:44 +0300
commit3e233cba9af8dd31852e81f0703e0c39e724ffb7 (patch)
tree2ead5da97863f6b63d45fa73f66ff46f9a687298 /NEWS.org
parent73be015cd0c225d9cbdd78d51be9108655ec0c64 (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.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.org b/NEWS.org
index 391c379..bf8cd18 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -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)