diff options
Diffstat (limited to 'initscript')
-rw-r--r-- | initscript/README.stap-server | 6 | ||||
-rw-r--r-- | initscript/config.stap-server | 2 |
2 files changed, 4 insertions, 4 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) diff --git a/initscript/config.stap-server b/initscript/config.stap-server index 001123cc..e906dc52 100644 --- a/initscript/config.stap-server +++ b/initscript/config.stap-server @@ -10,7 +10,7 @@ # STAT_PATH=/var/run/stap-server # Where to log messages -# LOG_FILE=/var/log/stap-server.log +# LOG_FILE=/var/log/stap-server/log # The user who will run the server(s) # STAP_USER=stap-server |