Fixed a typo, and made restarting consistent

This commit is contained in:
Chuck Thier
2011年02月15日 14:51:00 -06:00
parent 952442dae4
commit 1e31ff726b

View File

@@ -215,13 +215,13 @@ Optional: Setting up rsyslog for individual logging
local5.notice /var/log/swift/storage4.error
local5.* ~
#. Edit /var/log/rsyslog.conf and make the following change::
#. Edit /etc/rsyslog.conf and make the following change::
$PrivDropToGroup adm
#. `mkdir -p /var/log/swift/hourly`
#. `chown -R syslog.adm /var/log/swift`
#. `restart rsyslog`
#. `service rsyslog restart`
------------------------------------------------
Getting the code and setting up test environment

View File

@@ -101,13 +101,13 @@ Running the stats system on SAIO
local1.notice /var/log/swift/proxy.error
local1.* ~
#. Edit /var/log/rsyslog.conf and make the following change::
#. Edit /etc/rsyslog.conf and make the following change::
$PrivDropToGroup adm
#. `mkdir -p /var/log/swift/hourly`
#. `chown -R syslog.adm /var/log/swift`
#. `restart rsyslog`
#. `service rsyslog restart`
#. Create `/etc/swift/log-processor.conf`::
[log-processor]
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.