To enable debug logging:
Backup and edit the following file:
/usr/local/av-manager/config/log4r.yml
Change the following:
standard\_debug\_dev: &standard\_debug\_dev
<<: p="" standard=""> level: <%= !Rails.env.production? || DEBUG ? 'DEBUG' : 'INFO' %>
standard\_debug\_only: &standard\_debug\_only
<<: p="" standard=""> level: <%= DEBUG ? 'DEBUG' : 'INFO' %>
to:
standard\_debug\_dev: &standard\_debug\_dev
<<: p="" standard=""> level: <%= !Rails.env.production? || DEBUG ? 'DEBUG' : 'DEBUG' %>
standard\_debug\_only: &standard\_debug\_only
<<: p="" standard=""> level: <%= DEBUG ? 'DEBUG' : 'DEBUG' %>