Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-1520

DatabaseFileSystem's logger references the wrong class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4, 1.5
    • 1.5
    • jackrabbit-core
    • None

    Description

      In DatabaseFileSystem, the logger is constructed as
      private static Logger log = LoggerFactory.getLogger(DbFileSystem.class);

      It should be constructed as:
      private static Logger log = LoggerFactory.getLogger(DatabaseFileSystem.class);

      Attachments

        1. JCR-1520.patch
          0.7 kB
          Esteban Franqueiro

        Activity

          People

            Unassigned Unassigned
            efranqueiro Esteban Franqueiro
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: