commit | aa444d0d837214efce413426e2388b27f1c7f7c6 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Apr 21 03:29:15 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Apr 21 03:29:15 2017 +0000 |
tree | 61b4ca98d97539bc6360ac111ad571d912f65f80 | |
parent | d8863f6c987edfe9154d0169f6d7550d141cdbf0 [diff] | |
parent | aa26baacb8206967d61aef74686be94e3f8c90b8 [diff] |
Merge "Create custom dir for uwsgi domain sockets"
diff --git a/lib/swift b/lib/swift index 8b75fcc..16f398a 100644 --- a/lib/swift +++ b/lib/swift
@@ -554,6 +554,7 @@ if [[ $SYSLOG != "False" ]]; then sed "s,%SWIFT_LOGDIR%,${swift_log_dir}," $FILES/swift/rsyslog.conf | sudo \ tee /etc/rsyslog.d/10-swift.conf + echo "MaxMessageSize 6k" | sudo tee /etc/rsyslog.d/99-maxsize.conf # restart syslog to take the changes sudo killall -HUP rsyslogd fi