spiralhouse / grobot

A Groovy-based remote execution framwork
0 stars 1 forks source link

Configure logging based on context #15

Open johnburbridge opened 11 years ago

johnburbridge commented 11 years ago

As a developer, I would like to be able to have different logging levels configured for their appropriate contexts, so that I can easily conduct investigations on potential issues

ie: dev = debug, unit test = info, integration tests = warn, etc...

johnburbridge commented 11 years ago

This may have a dependency on issue [https://github.com/metabuild/grobot/issues/16]