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)
Sat, Nov 29, 12:34 PM
Unknown Object (File)
Fri, Nov 28, 10:02 AM
Unknown Object (File)
Thu, Nov 27, 12:24 PM
Unknown Object (File)
Tue, Nov 25, 7:46 AM
Unknown Object (File)
Thu, Nov 20, 9:29 PM
Unknown Object (File)
Thu, Nov 20, 9:24 PM
Unknown Object (File)
Thu, Nov 20, 9:24 PM
Unknown Object (File)
Thu, Nov 20, 9:16 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