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)
Tue, Apr 7, 7:18 PM
Unknown Object (File)
Tue, Apr 7, 12:31 AM
Unknown Object (File)
Mar 17 2026, 10:09 AM
Unknown Object (File)
Mar 16 2026, 7:14 PM
Unknown Object (File)
Mar 14 2026, 1:45 PM
Unknown Object (File)
Mar 14 2026, 1:37 PM
Unknown Object (File)
Mar 13 2026, 6:14 AM
Unknown Object (File)
Mar 13 2026, 12:24 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