I'm aware that Rails has a few different levels for logging, but how can I only log the things I want it to, or rather, I only want things in my log that I specify with logger.debug
Is it possible to create my own logging level?
Also (last part of my question I swear) it seems that when Rails is in development mode, it ignores my logging level I choose in config/environment/development.rb