• Joined on 2016-01-16
blallo created repository blallo/sendmail 2020-02-10 21:48:26 +01:00
blallo pushed to master at blallo/circolog 2020-02-03 13:58:46 +01:00
0dc1188701 Ignore build/
9c8a66100f Merge branch 'releaseutils'
db33746f26 Merge branch '5-socketpaths'
bc2a197192 release.sh makes everything for a release
4b4b330341 release bash script
Compare 23 commits »
blallo pushed to master at boyska/circolog 2019-05-30 10:14:43 +02:00
0dc1188701 Ignore build/
blallo pushed to master at blallo/ruspa.v0 2019-05-23 09:46:55 +02:00
066398416b Cleaning logging.
6182d70b91 Shorten code.
Compare 2 commits »
blallo pushed to master at blallo/ruspa.v0 2019-05-21 22:34:32 +02:00
4ad32f9026 Refactor of Ruspa and new Trivella to print until fixed depth.
blallo pushed to master at blallo/ruspa.v0 2019-05-17 18:05:17 +02:00
52be092eab Makefile to help with test dir structure.
054906472f Use colors.
ae5736f21b More colors.
Compare 3 commits »
blallo pushed to master at blallo/ruspa.v0 2019-05-16 21:04:08 +02:00
4dc8e924e0 Use NastroConvogliatore in main.
1e7fa8a26e Ruspa worker and methods.
a38da4dfe7 Create INode from given path.
9dd7784a60 Refactor Sizer internals.
9e0140b3e1 No need to defer closing of file.
Compare 10 commits »
blallo pushed to master at boyska/circolog 2019-05-03 15:22:16 +02:00
f7caefdae1 Document socket activation.
b0cd779d61 Supports datagram socket activation
7937d8b4c3 Ignore .vim files
3e27cad5b1 Allow socket activation from systemd.
a2de164a10 Change revision of go-syslog.
Compare 6 commits »
blallo pushed to socket-activation-datagram at boyska/circolog 2019-05-03 14:26:44 +02:00
f7caefdae1 Document socket activation.
blallo pushed to socket-activation at boyska/circolog 2019-05-03 10:48:57 +02:00
7937d8b4c3 Ignore .vim files
3e27cad5b1 Allow socket activation from systemd.
a2de164a10 Change revision of go-syslog.
9728b236ed Clean sockets at exit.
3d463823e3 Merge remote-tracking branch 'origin/set-syslog-fmt'
blallo deleted tag socket-activation from boyska/circolog 2019-05-03 10:48:56 +02:00
blallo commented on issue boyska/circolog#23 2019-05-02 14:28:26 +02:00
receive messages from journald

I can confirm that now the messages received from journald are correctly parsed. In a debian stable vm, I did:

blallo pushed to set-syslog-fmt at boyska/circolog 2019-05-02 12:29:08 +02:00
55827916bb Add flag to set syslog format.
f73c25d099 Refactor SyslogRFC to carry the syslog format directly.
0e6b078ad6 Refactor log-fmt as flag.Value. Move in formatter pkg.
76a6381516 Add flag to set syslog format.
Compare 4 commits »
blallo pushed to set-syslog-fmt at boyska/circolog 2019-05-02 12:05:27 +02:00
f73c25d099 Refactor SyslogRFC to carry the syslog format directly.
blallo pushed to master at boyska/circolog 2019-05-02 11:45:58 +02:00
6da968177b Merge branch 'master' of git.lattuga.net:boyska/circolog
da813a3fd5 Vendoring go-syslog to accommodate not yet merged PR.
Compare 2 commits »
blallo pushed to set-syslog-fmt at boyska/circolog 2019-05-02 11:44:09 +02:00
0e6b078ad6 Refactor log-fmt as flag.Value. Move in formatter pkg.
blallo pushed to master at blallo/circolog 2019-05-02 11:38:39 +02:00
da813a3fd5 Vendoring go-syslog to accommodate not yet merged PR.
d3799d19f9 FIX #19 doc integration with syslog-ng
b9c94870fa FIX #20 doc integration with rsyslog
2e1ab137ea Better tests for data
02b41aa661 Added tests for data
Compare 9 commits »
blallo deleted tag set-syslog-fmt from blallo/circolog 2019-05-02 11:20:42 +02:00
blallo pushed to set-syslog-fmt at blallo/circolog 2019-05-02 11:20:42 +02:00
0e6b078ad6 Refactor log-fmt as flag.Value. Move in formatter pkg.
76a6381516 Add flag to set syslog format.
d3799d19f9 FIX #19 doc integration with syslog-ng
b9c94870fa FIX #20 doc integration with rsyslog
2e1ab137ea Better tests for data
blallo commented on issue boyska/circolog#23 2019-05-01 15:58:13 +02:00
receive messages from journald

I prepared a branch with an ad-hoc commit. Still not tested (and no test written).