21 Nov
2013
21 Nov
'13
2:10 p.m.
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. Thank you Pavel Polacek