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)
Wed, May 1, 5:14 PM
Unknown Object (File)
Wed, May 1, 8:40 AM
Unknown Object (File)
Wed, May 1, 3:15 AM
Unknown Object (File)
Tue, Apr 30, 5:19 PM
Unknown Object (File)
Tue, Apr 30, 4:01 AM
Unknown Object (File)
Mon, Apr 29, 7:43 PM
Unknown Object (File)
Mon, Apr 29, 3:41 AM
Unknown Object (File)
Sun, Apr 28, 10:53 PM
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