On 21 Nov 2013, at 19:10, Polish <pavel.polacek@ujep.cz> wrote:
On Thu, 21 Nov 2013, Alan DeKok wrote:
Is possible suppress following logs records? I mean that all debuging options are turned off. :
Debugging messages should only appear when debugging is turned off.
Those messages come from a DEBUG macro, just like 1000's of other DEBUG macros in the source. Either all should produce debugging, or none of them.
Alan DeKok. -
I built debian packages by "fakeroot dpkg-buildpackage -b -uc" and install freeradius without debugging symbols. I expected that package is compliled without debugging. I will look at source to deactivate debuging.
DEBUG log messages are not controlled by compile time definitions, they're controlled by the runtime debugging flags -X and -x. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team