Skip to content

Commit

Permalink
Make sure rsyslog is install fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Jul 14, 2011
1 parent 0ce8894 commit 184fb5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ USE_RSYSLOG="yes"
export DEBIAN_FRONTEND LOOPBACK_DISK_SIZE USER GROUP SWIFT_HASH MY_IP

function install_rsyslog() {
apt-get -y install rsyslog
cat <<EOF>/etc/rsyslog.d/10-swift.conf
# Uncomment the following to have a log containing all logs together
#local1,local2,local3,local4,local5.* /var/log/swift/all.log
Expand Down

0 comments on commit 184fb5c

Please sign in to comment.