--- trunk/lib/Frey/Shell/Log.pm 2008/12/25 14:01:40 902 +++ trunk/lib/Frey/Shell/Log.pm 2008/12/26 01:32:09 907 @@ -9,7 +9,7 @@ has log_command => ( is => 'rw', isa => 'Str', - required => 1, +# required => 1, default => 'tail /var/log/daemon.log', );