Description: Remove the "brought to you by the letter..." messages from the CLI debug logging. https://pagure.io/389-ds-base/issue/50046 Reviewed by: spichugi(Thanks!)
@@ -141,7 +141,6 @@ if __name__ == '__main__':
disconnect_instance(inst)
# Done!
- log.debug("dsconf is brought to you by the letter H and the number 25.")
if result is False:
sys.exit(1)
@@ -80,7 +80,5 @@ if __name__ == '__main__':
result = False
- log.debug("dscreate is brought to you by the letter S and the number 22.")
-
@@ -118,8 +118,6 @@ if __name__ == '__main__':
- log.debug("dsctl is brought to you by the letter R and the number 27.")
@@ -120,7 +120,5 @@ if __name__ == '__main__':
- log.debug("dsidm is brought to you by the letter E and the number 26.")