Page MenuHomeFreeBSD

databases/influxdb: Improve syslog logging title
ClosedPublic

Authored by driesm on Jan 16 2022, 9:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 2:52 AM
Unknown Object (File)
Sun, Oct 12, 12:27 PM
Unknown Object (File)
Fri, Oct 10, 8:22 AM
Unknown Object (File)
Thu, Oct 9, 6:40 PM
Unknown Object (File)
Wed, Oct 8, 8:56 AM
Unknown Object (File)
Fri, Oct 3, 7:00 AM
Unknown Object (File)
Thu, Oct 2, 3:47 PM
Unknown Object (File)
Sun, Sep 28, 1:08 AM
Subscribers

Details

Summary
databases/influxdb: Improve syslog logging title

While here also remove trailing spaces.

 Approved by:		tbd (mentor)
 Pull Request:		https://github.com/freebsd/freebsd-ports/pull/121
 Differential Revision:	https://reviews.freebsd.org/D33907

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

driesm added reviewers: 0mp, philip.

As explained in the PR, this changes the log entry from:

Jan 13 02:08:13 icarus daemon[43241]: ts=2022-01-13T10:08:13.768315Z lvl=info msg="InfluxDB starting" log_id=0Z0jOen0000 version=1.8.9 branch=unknown commit=unknown

To

Jan 13 02:09:10 icarus influxd[43292]: ts=2022-01-13T10:09:10.424810Z lvl=info msg="InfluxDB starting" log_id=0Z0jS760000 version=1.8.9 branch=unknown commit=unknown

As explained in the PR, this changes the log entry from:

Jan 13 02:08:13 icarus daemon[43241]: ts=2022-01-13T10:08:13.768315Z lvl=info msg="InfluxDB starting" log_id=0Z0jOen0000 version=1.8.9 branch=unknown commit=unknown

To

Jan 13 02:09:10 icarus influxd[43292]: ts=2022-01-13T10:09:10.424810Z lvl=info msg="InfluxDB starting" log_id=0Z0jS760000 version=1.8.9 branch=unknown commit=unknown

I'd include it in the commit message.

LGTM otherwise!

This revision is now accepted and ready to land.Jan 25 2022, 12:38 AM