Page MenuHomeFreeBSD

databases/influxdb: Improve syslog logging title
ClosedPublic

Authored by driesm on Jan 16 2022, 9:55 AM.
Tags
None
Referenced Files
F82357904: D33907.diff
Sat, Apr 27, 8:42 PM
Unknown Object (File)
Tue, Apr 23, 1:46 PM
Unknown Object (File)
Mon, Apr 22, 3:57 AM
Unknown Object (File)
Mar 15 2024, 11:54 PM
Unknown Object (File)
Feb 18 2024, 8:43 PM
Unknown Object (File)
Feb 18 2024, 8:43 PM
Unknown Object (File)
Feb 18 2024, 7:25 PM
Unknown Object (File)
Feb 18 2024, 7:13 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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 43937
Build 40825: arc lint + arc unit

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