Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3319

There should be replaced stacktrace loggings to stderr with usage of logging.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Critical Critical
    • 4.0.0.Alpha1
    • None
    • Server
    • None

      On many places both in server and in components there is called on exception printStackTrace, this results in having the stacktrace printed to stderr. This results in each line of the stacktrace to be considered a new error message in logs.

      Using stderr is

      1) is inefficient from performance point of view and
      2) it doesn't have such nice control of what and when should be printed (length of stacktrace,log level) as logging does.

      I believe occurrences of using the printStackTrace in the code should be reviewed and either removed or replaced with logging where appropriate.

            rpelisse@redhat.com Romain Pelisse
            rpelisse@redhat.com Romain Pelisse
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: