String has to be surrounded by quotes

This commit is contained in:
wickeddoc 2014-09-02 12:07:19 +02:00 committed by Suyog Rao
parent 3efce866c9
commit 56dbbff8a8

View file

@ -261,7 +261,7 @@ Now, let's configure something actually *useful*... apache2 access log files! We
input {
file {
path => "/tmp/access_log"
start_position => beginning
start_position => "beginning"
}
}