Uploaded image for project: 'Apache Gora'
  1. Apache Gora
  2. GORA-136

Fix inconsistent logging directories

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 0.2
    • 0.3
    • None
    • None

    Description

      $GORA_HOME/bin/gora specifies logging as

      # default log directory & file
      if [ "$GORA_LOG_DIR" = "" ]; then
        GORA_LOG_DIR="$GORA_HOME/logs"
      fi
      if [ "$GORA_LOGFILE" = "" ]; then
        GORA_LOGFILE='gora.log'
      fi
      

      where $GORA_HOME/conf/log4j.properties specifies it as

      gora.log.dir=.
      gora.log.file=gora.log
      

      This should be consistent. I think the former should take precedence.

      Attachments

        Activity

          People

            Unassigned Unassigned
            lewismc Lewis John McGibbney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: