summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-28 01:34:38 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-28 01:34:38 +0200
commit597c52cfedb5edd13ee1635fa6be72fc80e587c3 (patch)
tree32a49a6717fa64a0312953bb2e98f565c2fcf07c /NEWS
parentbf5542f891893a1c38900bb4470ce2dadf57a29a (diff)
build-sys: prepare 193
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 40 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2b2a9a3bc..b1f4fb880 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,41 @@
systemd System and Service Manager
+CHANGES WITH 193:
+
+ * journalctl gained a new --cursor= switch to show entries
+ starting from the specified location in the journal.
+
+ * We now enforce a size limit on journal entry fields exported
+ with "-o json" in journalctl. Fields larger than 4K will be
+ assigned null. This can be turned off with --all.
+
+ * An (optional) journal gateway daemon is now available as
+ "systemd-journal-gatewayd.service". This service provides
+ access to the journal via HTTP and JSON. This functionality
+ will be used to implement live log synchronization in both
+ pull and push modes, but has various other users too, such
+ as easy log access for debugging of embedded devices. Right
+ now it is already useful to retrieve the journal via HTTP:
+
+ # systemctl start systemd-journal-gatewayd.service
+ # wget http://localhost:19531/entries
+
+ This will download the journal contents in a
+ /var/log/messages compatible format. The same as JSON:
+
+ # curl -H"Accept: application/json" http://localhost:19531/entries
+
+ This service is also accessible via a web browser where a
+ single static HTML5 app is served that uses the JSON logic
+ to enable the user to do some basic browsing of the
+ journal. This will be extended later on. Here's an example
+ screenshot of this app in its current state:
+
+ http://0pointer.de/public/journal-gatewayd
+
+ Contributions from: Kay Sievers, Lennart Poettering, Robert
+ Milasan, Tom Gundersen
+
CHANGES WITH 192:
* The bash completion logic is now available for journalctl
@@ -14,8 +50,8 @@ CHANGES WITH 192:
* journalctl -f will now subscribe to terminal size changes,
and line break accordingly.
- Changes from: Dave Reisner, Kay Sievers, Lennart Poettering,
- Lukas Nykrynm, Mirco Tischler, Václav Pavlín
+ Contributions from: Dave Reisner, Kay Sievers, Lennart
+ Poettering, Lukas Nykrynm, Mirco Tischler, Václav Pavlín
CHANGES WITH 191:
@@ -49,8 +85,8 @@ CHANGES WITH 191:
also means the inhibition lock for these keys has been split
into two.
- Changes from: Dave Airlie, Eelco Dolstra, Lennart Poettering,
- Lukas Nykryn, Václav Pavlín
+ Contributions from: Dave Airlie, Eelco Dolstra, Lennart
+ Poettering, Lukas Nykryn, Václav Pavlín
CHANGES WITH 190: