Closed 6ecuk closed 6 years ago
Changing blackhole dependencies will break other applications which will become binary incompatible. Unfortunately we can not force everyone to rebuild their binaries just because we have changed the logger.
Okey, but how fix problem with log rotate ? Restart elliptics services every rotate - not best idea i think.
We are using option with syslog.
Can you show log rotate config example. Or you mean options in elliptics config ?
"logger": {
"level": "error",
"frontends": [
{
"formatter": {
"type": "string",
"pattern": "%(timestamp)s %(request_id)s/%(lwp)s/%(pid)s %(severity)s: %(message)s %(...L)s"
},
"sink": {
"type": "syslog",
"identity": "elliptics"
}
}
]
}
Thanks.
Hi, seems have the same problem https://github.com/3Hren/blackhole/issues/58, how you win this issue ? And another question - any plans for update blackhole versions? Thanks.