Originally created by @ClikeX on GitHub (Oct 20, 2020).
Crono is not creating a log file for me. For context, it is correctly loading the cronotab and pidfile location.
I am starting crono like this
```
crono -L /var/app/current/log/crono.log -D /var/pids/ -C /var/app/current/config/cronotab.rb
```
And this is the top of my cronotab before executing any of the tasks
```ruby
require 'rake'
Rails.app_class.load_tasks
environment = Rails.env
Crono.logger.level = :debug
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ClikeX on GitHub (Oct 20, 2020).
Crono is not creating a log file for me. For context, it is correctly loading the cronotab and pidfile location.
I am starting crono like this
And this is the top of my cronotab before executing any of the tasks