[
https://issues.apache.org/jira/browse/HTRACE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283465#comment-14283465
]
Colin Patrick McCabe commented on HTRACE-83:
--------------------------------------------
bq. There is no logging dir: i.e. specifying where htraced puts its log (Not
possible just yet I suppose).
I think maybe it's better to keep logging configuration in the main XML
configuration file, rather than having an environment variable for it... just
to keep everything in the same place.
But obviously we can't put the location of the conf in the conf... so that's
why {{HTRACED_CONF_DIR}} exists. :) {{HTRACE_PID_FILE}} is something that's
kind of specific to this script so I think it also makes sense to leave it out
of the main htraced configuration.
bq. I'd use this script from HTRACE-84?
Hmm. I don't think HTRACE-84 should make use of this script. The Java code
can run the binary directly. This script is mostly for managing the pid file
and doing some things that make it easier to start daemons from the
command-line. The java code can just keep track of the process on its own...
it doesn't really need a pid file or anything.
> add script for running htraced as a daemon
> ------------------------------------------
>
> Key: HTRACE-83
> URL: https://issues.apache.org/jira/browse/HTRACE-83
> Project: HTrace
> Issue Type: Improvement
> Affects Versions: 3.2.0
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Attachments: HTRACE-83.001.patch
>
>
> add a simple script for running htraced as a daemon
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)