You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/05/17 22:06:02 UTC

[jira] [Created] (GORA-136) Fix inconsistent logging directories

Lewis John McGibbney created GORA-136:
-----------------------------------------

             Summary: Fix inconsistent logging directories
                 Key: GORA-136
                 URL: https://issues.apache.org/jira/browse/GORA-136
             Project: Apache Gora
          Issue Type: Bug
    Affects Versions: 0.2
            Reporter: Lewis John McGibbney
             Fix For: 0.3


$GORA_HOME/bin/gora specifies logging as 
{code}
# 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
{code} 

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

{code}
gora.log.dir=.
gora.log.file=gora.log
{code}

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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (GORA-136) Fix inconsistent logging directories

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved GORA-136.
---------------------------------------

    Resolution: Not A Problem
    
> Fix inconsistent logging directories
> ------------------------------------
>
>                 Key: GORA-136
>                 URL: https://issues.apache.org/jira/browse/GORA-136
>             Project: Apache Gora
>          Issue Type: Bug
>    Affects Versions: 0.2
>            Reporter: Lewis John McGibbney
>             Fix For: 0.3
>
>
> $GORA_HOME/bin/gora specifies logging as 
> {code}
> # 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
> {code} 
> where $GORA_HOME/conf/log4j.properties specifies it as 
> {code}
> gora.log.dir=.
> gora.log.file=gora.log
> {code}
> This should be consistent. I think the former should take precedence.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (GORA-136) Fix inconsistent logging directories

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed GORA-136.
-------------------------------------

    
> Fix inconsistent logging directories
> ------------------------------------
>
>                 Key: GORA-136
>                 URL: https://issues.apache.org/jira/browse/GORA-136
>             Project: Apache Gora
>          Issue Type: Bug
>    Affects Versions: 0.2
>            Reporter: Lewis John McGibbney
>             Fix For: 0.3
>
>
> $GORA_HOME/bin/gora specifies logging as 
> {code}
> # 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
> {code} 
> where $GORA_HOME/conf/log4j.properties specifies it as 
> {code}
> gora.log.dir=.
> gora.log.file=gora.log
> {code}
> This should be consistent. I think the former should take precedence.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira