Skip to content

Instantly share code, notes, and snippets.

View slackboxster's full-sized avatar

Ryan Heathcote slackboxster

View GitHub Profile

Keybase proof

I hereby claim:

  • I am slackboxster on github.
  • I am 42nk00k13 (https://keybase.io/42nk00k13) on keybase.
  • I have a public key ASCejpFwtA6tS5mYyQtf75sr9d-Jl-HROmdcDR8bZLmJZQo

To claim this, I am signing this object:

@slackboxster
slackboxster / logback1.groovy
Created April 20, 2016 00:48
Various versions of logback.groovy
/**
* This one logs errors in Bootstrap.groovy into the stacktrace.log
* Note the absence of a StackTrace logger.
* /
import grails.util.BuildSettings
import grails.util.Environment
// See http://logback.qos.ch/manual/groovy.html for details on configuration
appender('STDOUT', ConsoleAppender) {