Uploaded image for project: 'RHEL Conversions'
  1. RHEL Conversions
  2. RHELC-1170

Add a new custom log method for critical_no_exit().

XMLWordPrintable

    • 1
    • Testable

      Adding a  critical_no_exit() method to our Logger will allow us to port some code over right now. When we make the switch with this being standard (Having control of critical()) and critical_with_exit() being the exception, we can do a global search and replace like:

      find . -name '*.py' -exec sed -i s/critical_no_exit/critical/g {} \;

      to replace these.

              tkuratom@redhat.com Toshio Kuratomi
              tkuratom@redhat.com Toshio Kuratomi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: