Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8155089

UL: Remove trailing comma from log decoration list

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • svc
    • 9
    • b120

      We can check log configuration through VM.log list jcmd:
      -------
      Log output configuration:
      #0: stdout vmoperation=debug,safepoint=info uptime,level,tags,
      #1: stderr all=warning uptime,level,tags,
      #2: gc.log gc=trace uptime,level,tags,
      -------

      Decorators are ended with comma.
      We should remove it as below:
      -------
      Log output configuration:
      #0: stdout vmoperation=debug,safepoint=info uptime,level,tags
      #1: stderr all=warning uptime,level,tags
      #2: gc.log gc=trace uptime,level,tags
      -------

            ysuenaga Yasumasa Suenaga
            ysuenaga Yasumasa Suenaga
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: