Skip to content

Commit

Permalink
Fix logging directory default
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Petracovici <[email protected]>
  • Loading branch information
petracvv committed Dec 13, 2017
1 parent 5562e35 commit fa00c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
default['memcached']['experimental_options'] = []
default['memcached']['extra_cli_options'] = []
default['memcached']['ulimit'] = 1024
default['memcached']['logfilepath'] = '/var/log/'
default['memcached']['logfilepath'] = '/var/log/memcached'

0 comments on commit fa00c48

Please sign in to comment.