Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. appenders {
  2. console name: "stdout", layout: pattern(conversionPattern: "%c{2} %m%n")
  3. }
  4.  
  5. root {
  6. warn 'stdout'
  7. }
  8.  
  9. debug 'grails.app.controllers.com.example.ExampleController'
  10.  
  11. debug "grails.app.controller.your.package.YourController"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement