summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-03-02 13:24:15 +0100
committerSteffen Zieger <me@saz.sh>2014-03-02 13:24:15 +0100
commit4d51a536a444ae629743a2c25673b0db1d1d1ef9 (patch)
tree90d6fad79729c00b6630f97bc7458e2729fe9d0c
parent671029a9741ed167e39b8b19b1610d4b92575a5b (diff)
parent7290e06a466a957cf5aae41d27dd32a03d307cfc (diff)
Merge pull request #59 from kimjohansen/readme
moved client parameter from server to client
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 608a41d..ea2c834 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,6 @@ The following lists all the class parameters this module accepts.
server_dir STRING Folder where logs will be stored on the server. Defaults to '/srv/log/'
custom_config STRING Specify your own template to use for server config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb'
high_precision_timestamps true,false Whether or not to use high precision timestamps.
- preserve_fqdn true,false Whether or not to preserve the fully qualified domain name when logging.
actionfiletemplate STRING If set this defines the `ActionFileDefaultTemplate` which sets the default logging format for remote and local logging..
remote_servers HASH Provides a hash of multiple remote logging servers. Check documentation.
@@ -140,6 +139,7 @@ The following lists all the class parameters this module accepts.
log_auth_local true,false Just log auth facility locally. Defaults to false.
custom_config STRING Specify your own template to use for client config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb
server STRING Rsyslog server to log to. Will be used in the client configuration file.
+ preserve_fqdn true,false Whether or not to preserve the fully qualified domain name when logging.
RSYSLOG::DATABASE CLASS PARAMETERS VALUES DESCRIPTION
-------------------------------------------------------------------