[
https://issues.apache.org/jira/browse/ZOOKEEPER-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14314604#comment-14314604
]
Rakesh R commented on ZOOKEEPER-1952:
-------------------------------------
Thanks [~haridsv] for fixing the review comments. Just few more:
# default logger is not consistent in zkEnv.sh and zkEnv.cmd
{code}
zkEnv.sh
ZOO_LOG4J_PROP="INFO,ROLLINGFILE"
zkEnv.cmd
set ZOO_LOG4J_PROP=INFO,CONSOLE
{code}
# Missing "zookeeper.tracelog.dir" in log4j.properties. Otw it would go to
current directory, right?
{code}
zookeeper.tracelog.dir=${zookeeper.log.dir}
{code}
> Default log directory and file name can be changed
> --------------------------------------------------
>
> Key: ZOOKEEPER-1952
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1952
> Project: ZooKeeper
> Issue Type: Bug
> Affects Versions: 3.4.6
> Reporter: nijel
> Assignee: nijel
> Priority: Minor
> Fix For: 3.5.1
>
> Attachments: ZOOKEEPER-1952-1.patch, ZOOKEEPER-1952-2.patch
>
>
> The log folder and log file name is configurable now.
> The default log folder is "." in distribution. So the log file
> (zookeeper.out) will be placed in bin folder
> Can this be changed to <zk_home>/logs/zookeeperserver-<hostname>.log ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)