Mailing List Archive

rsyslog 8.2202.0 problem with preserveFQDN
Hello,

I am still struggling with
global(preserveFQDN="on")
in release rsyslog 8.2202.0

Unfortunately
https://www.rsyslog.com/doc/master/rainerscript/global.html
only lists the parameter preserveFQDN, but has no description.
So I use the description for $PreserveFQDN on
https://www.rsyslog.com/doc/master/configuration/global/index.html
Is this O.K.?

rsyslogd 8.2112.0 and all below work as I had expected.

Because my version is a self compiled version running under
Eisfair (see https://www.eisfair.org/), I first searched
for a configure/compile problem.

Running rsyslogd -v I see the following difference
rsyslogd 8.2108.0 (aka 2021.08) compiled with:
rsyslogd 8.2110.0 (aka 2021.10) compiled with:
rsyslogd 8.2112.0 (aka 2021.12) compiled with:

rsyslogd 8.2202.0 (aka 2021.12) compiled with:
???????

File configure.ac coming with rsyslog 8.2202.0 contains
AC_INIT([rsyslog],[8.2202.0],[rsyslog@lists.adiscon.com]) # UPDATE on
release
AC_DEFINE(VERSION_YEAR, 21, [year part of real rsyslog version]) #
UPDATE on release
AC_DEFINE(VERSION_MONTH, 12, [month part of real rsyslog version]) #
UPDATE on release
Is this O.K.?

Please Rainer, could you check if
global(preserveFQDN="on")
respectively
global(preserveFQDN="off")
works proper in release rsyslog 8.2202.0

Thanks in advance.
Regards from your former homeland (Rheinland).
Ansgar
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: rsyslog 8.2202.0 problem with preserveFQDN [ In reply to ]
Hi Ansgar,

I would appreciate it if you could open a github issue. I may have an
idea that we have a regression, but I need to involve others.

Thx,
Rainer

El vie, 18 feb 2022 a las 17:37, Ansgar Puester via rsyslog
(<rsyslog@lists.adiscon.com>) escribió:
>
> Hello,
>
> I am still struggling with
> global(preserveFQDN="on")
> in release rsyslog 8.2202.0
>
> Unfortunately
> https://www.rsyslog.com/doc/master/rainerscript/global.html
> only lists the parameter preserveFQDN, but has no description.
> So I use the description for $PreserveFQDN on
> https://www.rsyslog.com/doc/master/configuration/global/index.html
> Is this O.K.?
>
> rsyslogd 8.2112.0 and all below work as I had expected.
>
> Because my version is a self compiled version running under
> Eisfair (see https://www.eisfair.org/), I first searched
> for a configure/compile problem.
>
> Running rsyslogd -v I see the following difference
> rsyslogd 8.2108.0 (aka 2021.08) compiled with:
> rsyslogd 8.2110.0 (aka 2021.10) compiled with:
> rsyslogd 8.2112.0 (aka 2021.12) compiled with:
>
> rsyslogd 8.2202.0 (aka 2021.12) compiled with:
> ???????
>
> File configure.ac coming with rsyslog 8.2202.0 contains
> AC_INIT([rsyslog],[8.2202.0],[rsyslog@lists.adiscon.com]) # UPDATE on
> release
> AC_DEFINE(VERSION_YEAR, 21, [year part of real rsyslog version]) #
> UPDATE on release
> AC_DEFINE(VERSION_MONTH, 12, [month part of real rsyslog version]) #
> UPDATE on release
> Is this O.K.?
>
> Please Rainer, could you check if
> global(preserveFQDN="on")
> respectively
> global(preserveFQDN="off")
> works proper in release rsyslog 8.2202.0
>
> Thanks in advance.
> Regards from your former homeland (Rheinland).
> Ansgar
> _______________________________________________
> rsyslog mailing list
> https://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: rsyslog 8.2202.0 problem with preserveFQDN [ In reply to ]
sorry, forgot

> Running rsyslogd -v I see the following difference
> rsyslogd 8.2108.0 (aka 2021.08) compiled with:
> rsyslogd 8.2110.0 (aka 2021.10) compiled with:
> rsyslogd 8.2112.0 (aka 2021.12) compiled with:
>
> rsyslogd 8.2202.0 (aka 2021.12) compiled with:
> ???????
>
> File configure.ac coming with rsyslog 8.2202.0 contains
> AC_INIT([rsyslog],[8.2202.0],[rsyslog@lists.adiscon.com]) # UPDATE on
> release
> AC_DEFINE(VERSION_YEAR, 21, [year part of real rsyslog version]) #
> UPDATE on release
> AC_DEFINE(VERSION_MONTH, 12, [month part of real rsyslog version]) #
> UPDATE on release
> Is this O.K.?

no, you are right. It's a cosmetic issue, only. It is already fixed in
the daily stable build.

Remember that the scheduled stable is just a snapshot of the daily
stable once the release date is reached. So the main difference is
that it receives patches and functionality later.

Rainer
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.