diff options
Diffstat (limited to 'initscript/README.stap-server')
-rw-r--r-- | initscript/README.stap-server | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/initscript/README.stap-server b/initscript/README.stap-server index b1cbdbbd..40ce3bda 100644 --- a/initscript/README.stap-server +++ b/initscript/README.stap-server @@ -154,7 +154,7 @@ Configuration files are written in bash script. 3.3 Message Log --------------- -/var/log/stap-server.log +/var/log/stap-server/log All messages including server errors and detailed messages are sent to this file. @@ -188,7 +188,7 @@ variables. 4.1.3 LOG_FILE Specify the absolute path of the log file - (default: /var/log/stap-server.log) + (default: /var/log/stap-server/log) 4.1.4 STAP_USER Specify the userid which will be used to run the server(s). @@ -232,7 +232,7 @@ bash script fragment. The following variables may be set. 4.3.1 Global Config Example (/etc/sysconfig/stap-server) --- CONFIG_PATH=~<user>/my-stap-server-configs - LOG_FILE=/tmp/stap-server.log + LOG_FILE=/tmp/stap-server/log --- 4.3.2 Server Config Examples (/etc/stap-server/conf.d/*.conf) |