Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-3616

Change com.cenqua.fisheye.logging.DailyRollingFileAppender to keep the extension .log

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 2.7.2
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      This is due to the way the class handle the file name, it should keep the defined extension and add the proper date to the actual name of the file and not to the name+extension.
      Currently instead of viewing the build log in browser, we have to download it, open it and select an application to open it.

      This change cannot be made on the by simply changing the log4j.xml file, as this behaviuor is coded on the actual DailyRollingFileAppender class.

      Today it creates files like this:

      fisheye-debug.log.2011-08-02
      fisheye-mail.log.2011-07-26
      fisheye-dbdebug.log.2011-07-26
      fisheye-debug.log.2011-07-29
      fisheye-error.log.2011-07-22
      

      Where the expected would be:

      fisheye-debug.2011-08-02.log
      fisheye-mail.2011-07-26.log
      fisheye-dbdebug.2011-07-26.log
      fisheye-debug.2011-07-29.log
      fisheye-error.2011-07-22.log
      

      Attachments

        Activity

          People

            cmacneill Conor
            fcuozzo Felipe Cuozzo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: