#50048 Ticket 50046 - Remove irrelevant debug-log messages from CLI tools
Closed 3 years ago by spichugi. Opened 5 years ago by mreynolds.
mreynolds/389-ds-base ticket50046  into  master

file modified
-1
@@ -141,7 +141,6 @@ 

      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)

  

file modified
-2
@@ -80,7 +80,5 @@ 

          result = False

  

      # Done!

-     log.debug("dscreate is brought to you by the letter S and the number 22.")

- 

      if result is False:

          sys.exit(1)

file modified
-2
@@ -118,8 +118,6 @@ 

      disconnect_instance(inst)

  

      # Done!

-     log.debug("dsctl is brought to you by the letter R and the number 27.")

- 

      if result is False:

          sys.exit(1)

  

file modified
-2
@@ -120,7 +120,5 @@ 

  

      disconnect_instance(inst)

  

-     log.debug("dsidm is brought to you by the letter E and the number 26.")

- 

      if result is False:

          sys.exit(1)

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: ?

rebased onto a8f62ee

5 years ago

Pull-Request has been merged by mreynolds

5 years ago

:( Sad to see this go. It was just fun.

:( Sad to see this go. It was just fun.

I know, I made the same comment in the ticket, but we were getting complaints about it - just easier to let it go...

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3107

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago