Skip to content

Commit

Permalink
added godoc and travis badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ssgreg committed Aug 25, 2017
1 parent e9ac020 commit 838defa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# journald-send
[![GoDoc](https://godoc.org/github.com/ssgreg/journald-send?status.svg)](https://godoc.org/github.com/ssgreg/journald-send)
[![Build Status](https://travis-ci.org/ssgreg/journald-send.svg?branch=master)](https://travis-ci.org/ssgreg/journald-send)

Package `journald` offers Go implementation of systemd Journal's native API for logging. Key features are:

Expand Down
3 changes: 2 additions & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ Our structured message includes six fields. The first thow we passed are well-kn
1. MESSAGE= is the actual human readable message part of the structured message.
2. PRIORITY= is the numeric message priority value as known from BSD syslog formatted as an integer string.
Applications may relatively freely define additional fields as they see fit (we defined four pretty arbitrary ones in our example). A complete list of the currently well-known fields is available here: http://0pointer.de/public/systemd-man/systemd.journal-fields.html
Applications may relatively freely define additional fields as they see fit (we defined four pretty arbitrary ones in our example). A complete list of the currently well-known fields is available here: https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html
For more details visit https://github.com/ssgreg/journald-send
Thanks to http://0pointer.de/blog/ for the inspiration.
*/
package journald

0 comments on commit 838defa

Please sign in to comment.