a
660e96877b
fix
2022-12-28 03:41:00 -06:00
a
1a96beea25
merge?
2022-12-28 03:30:30 -06:00
a
99eea905a5
Rename
2022-11-03 10:18:09 -05:00
Mitar
dbdec88d16
Use everywhere InterfaceMarshalFunc ( #414 )
2022-07-16 21:03:29 +01:00
elee
c7d28c47c7
change log
2022-03-20 14:19:42 -05:00
Nicola Murino
025f9f1819
journald: don't call Enabled before each write ( #407 )
...
Enabled opens and close a socket connection by reusing or initializing
a global connection.
I also updated go-systemd to the current development release to include
the following fix:
75f33b08db
This is the only journal related change since the latest stable release
2022-02-03 14:49:04 +01:00
Mitsuo Heijo
e05605c215
Use github.com/coreos/go-systemd/v22 ( #322 )
2021-05-23 10:29:31 +02:00
Olivier Poitrey
f7c93dce1c
Fix test on non linux platform
2020-02-10 17:16:38 -08:00
Ilja Neumann
505b18daf2
Return written size when message was sent without error ( #190 )
...
- Fixes ErrShortWrite error if used with io.MultiWriter
2020-01-15 13:01:51 -08:00
CrazyMax
4502cc1942
Add TraceLevel ( #158 )
2019-11-04 11:39:22 -08:00
Veselkov Konstantin
33a4561a07
remove golint errors ( #187 )
2019-10-04 07:31:06 -07:00
Christian Muehlhaeuser
42d101e9f7
Fixed code formatting and import order using goimports ( #167 )
2019-07-19 12:07:15 +01:00
Ravi Raju
a025d45231
EmbedObject() API and knob to change caller frames ( #66 )
...
* Fix for a bug in cbor decodeFloat
* Add EmbedObject() method
* knob to change the depth of caller frames to skip
* removed EmbedObj() for array - since it is same as Object()
2018-05-16 18:42:33 -07:00
Ravi Raju
57da509ee1
Add JournalD Writer ( #57 )
...
JournalD writer decodes each log event and map fields to journald fields. The JSON payload is kept in the `JSON` field.
2018-04-26 23:15:29 -07:00