- Updated
base
upper bound to be compatible with GHC 8.8 and 8.10 (#21) - Fixed a warning (#20)
-
Updated
base
upper bound and compatibility with GHC 8.6 -
Updated
semigroup
upper bound.
- Updated
base
upper bound and compatibility with GHC 8.4
- Updated
base
upper bound
- Updated
base
upper bound
- Added the ability to read the journal backwards as well as forwards. Thanks to @defanor for this change.
- Added the
journalEntryRealtime
property toJournalEntry
s. This is backed by a call tosd_journal_get_realtime_usec
. Thanks to @rickynils for this change. - Build with
vector
< 0.12.
- Added
journalField :: JournalField -> Text
, to view the name of aJournalField
asText
. Thanks to @rickynils. - Addressed a deprecation warning from
bytestring
.
- Increase the upper-bound of
base
.
- Increase the upper-bound of
text
to < 1.3.
- Now depends on
systemd >= 209
. These versions ofsystemd
feature thejournald
functions in thesystemd
library.
- Builds with base 4.7
openJournal
now takes an optional threshold parameter. Thanks Shea Levy (@shlevy).
- It is now possible to read the journal.
- Additionally, a lot of types/functions have changed their name from talking about logging to talking about sending messages to the journal.
- Initial version, supporting structured logging to the journal.