[GitHub] couchdb-couch-log issue #16: a systemd-journald compatible log output on std...

2016-10-03 Thread gdamjan
Github user gdamjan commented on the issue: https://github.com/apache/couchdb-couch-log/pull/16 @kxepal I guess so, let me see what the systemd community thinks too (maybe there's previous precedent). --- If your project is set up for it, you can reply to this email and have

[GitHub] couchdb-couch-log issue #16: a systemd-journald compatible log output on std...

2016-10-03 Thread gdamjan
Github user gdamjan commented on the issue: https://github.com/apache/couchdb-couch-log/pull/16 this setup works fine when configured in in `local.ini`: ``` [log] writer = journal ``` but perhaps it would be better if the writer can be forced from the systemd

[GitHub] couchdb-couch-log pull request #16: a systemd-journald compatible log output...

2016-10-03 Thread gdamjan
GitHub user gdamjan opened a pull request: https://github.com/apache/couchdb-couch-log/pull/16 a systemd-journald compatible log output on stderr based on the stderr logger but changed: - doesn't output the timestamp, the journal already has a timestamp - output th

[GitHub] couchdb pull request: update Dockerfile to debian jessie

2016-05-12 Thread gdamjan
GitHub user gdamjan opened a pull request: https://github.com/apache/couchdb/pull/413 update Dockerfile to debian jessie * no need for backports * rebar is built by ./configure * useradd -m already creates home dir You can merge this pull request into a Git repository by

[GitHub] couchdb-couch pull request: Send a real EventSource event for hear...

2016-02-10 Thread gdamjan
Github user gdamjan commented on the pull request: https://github.com/apache/couchdb-couch/pull/137#issuecomment-182417963 seems to have been removed by mistake in da2836b6afa4fcb96a18bff5f32f5ac3d6376de8 --- If your project is set up for it, you can reply to this email and have

[GitHub] couchdb-couch pull request: Send a real EventSource event for hear...

2016-02-09 Thread gdamjan
GitHub user gdamjan opened a pull request: https://github.com/apache/couchdb-couch/pull/137 Send a real EventSource event for heartbeat Bring back 845bf7529a3bc565d6446a7fa6cc5fd1a140653e The EventSource connection can get stuck (in TCP half-open state*) and there's n