Uploaded image for project: 'Hybrid Cloud Console'
  1. Hybrid Cloud Console
  2. RHCLOUD-26188

Allow changing the log level of loggers without having to redeploy the application

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Unset
    • No

      Right now enabling a different log level for a particular logger implies redeploying the application and opening multiple PRs/MRs both on GitHub or AppInterface. By adding an internal endpoint which allows changing the log levels with a request, that would help us debugging problems way faster and easier. Something like:

      if (env is stage) {
          Logger.getLogger("the_logger_name").setLevel(newLevel)
      }
      

              glepage@redhat.com Gwenneg Lepage
              mbarcina@redhat.com Mikel Barcina
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: