For example, in a sass file that's compiled on save using compass:
@warn 'this is a warning'
@debug 'debugging info'
I don't see anything returned from these directives in the compile log.
I've made sure my config.rb has sass_options = {:quiet => false}
.