I changed
BBSERVERLOGS="/var/log/hobbit
to
BBSERVERLOGS="/local/hobbit/server/logs"
and most of the logs are now being written to the new directory except for hobbitlaunch.log and hobbitlaunch.pid. They are still being written in /var/log/hobbit.
Is there another variable that I need to change or is this compiled into the
code?
Thanks
Robert
Robert P. McGraw, Jr. Manager, Computer System EMAIL: rmcgraw at purdue.edu Purdue University ROOM: MATH-807 Department of Mathematics PHONE: (765) 494-6055 150 N. University Street FAX: (419) 821-0540 West Lafayette, IN 47907-2067
On Thu, Apr 06, 2006 at 11:53:54AM -0400, McGraw, Robert P. wrote:
I changed
BBSERVERLOGS="/var/log/hobbit
to
BBSERVERLOGS="/local/hobbit/server/logs"
and most of the logs are now being written to the new directory except for hobbitlaunch.log and hobbitlaunch.pid. They are still being written in /var/log/hobbit.
Is there another variable that I need to change or is this compiled into the code?
It's a chicken-and-egg thing. But hobbitlaunch has --log=FILENAME and --pidfile=FILENAME that you can use to control where these files go. The built-in location - /var/log/hobbit - is merely the default.
Henrik
participants (2)
-
henrik@hswn.dk
-
rmcgraw@purdue.edu