lib/jellog/config.rb in jellog-1.0.11 vs lib/jellog/config.rb in jellog-1.0.13

- old
+ new

@@ -34,11 +34,11 @@ # @see file:lib/jellog/config.md Jellog Parameter Descriptions # class Config < Jeckyl::Config def configure_log_dir(dir) - default '/var/log/jermine' - comment "Path to an existing directory where Jellog will save log files." + default '/var/log/jellog' + comment "Path to a writeable directory where Jellog will save log files." a_writable_dir(dir) end \ No newline at end of file