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