docs/SAIO: Make reconciler use the SAIO convention for logs

Personally I'm not a big fan of how we arrange logs for SAIO,
but it is a historic standard. The reconciler has to conform.

Change-Id: I45a25ff406b31b6b1b403e213554aaabfebc6eb5
This commit is contained in:
Pete Zaitcev 2023-08-03 15:01:38 -05:00
parent 8a5baf8e13
commit 27120b0523
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
user = <your-user-name>
# You can specify default log routing here if you want:
# log_name = swift
# log_facility = LOG_LOCAL0
log_facility = LOG_LOCAL2
# log_level = INFO
# log_address = /dev/log
#

View File

@ -3,7 +3,7 @@
user = <your-user-name>
# You can specify default log routing here if you want:
# log_name = swift
# log_facility = LOG_LOCAL0
log_facility = LOG_LOCAL3
# log_level = INFO
# log_address = /dev/log
#

View File

@ -3,7 +3,7 @@
user = <your-user-name>
# You can specify default log routing here if you want:
# log_name = swift
# log_facility = LOG_LOCAL0
log_facility = LOG_LOCAL4
# log_level = INFO
# log_address = /dev/log
#

View File

@ -3,7 +3,7 @@
user = <your-user-name>
# You can specify default log routing here if you want:
# log_name = swift
# log_facility = LOG_LOCAL0
log_facility = LOG_LOCAL5
# log_level = INFO
# log_address = /dev/log
#