b94a648 Ticket 49439 - cleanallruv is not logging information

Authored and Committed by mreynolds 6 years ago
    Ticket 49439 - cleanallruv is not logging information
    
    Bug Description:  During the logging refector effro from ticket 48978
                      a mistake was made and cleanruv_log() was using
                      LOG_NOTICE (which is not a true log level), it was
                      supposed to be SLAPI_LOG_NOTICE.
    
                      We also use DEBUG defines to contorl the logging for
                      debug builds
    
    Fix Description:  Remove the LDAP_DEBUG defines in cleanruv_log, and set
                      the correct logging severity level.
    
    https://pagure.io/389-ds-base/issue/49439
    
    Reviewed by: firstyear(Thanks!)
    
    (cherry picked from commit e1f866a5e3ccce8e061e361c0e3dd11175a8acf2)