Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Created August 30, 2012 02:11
Show Gist options
  • Save rjattrill/3521707 to your computer and use it in GitHub Desktop.
Save rjattrill/3521707 to your computer and use it in GitHub Desktop.
Configure Parsley Logging
<fx:Declarations>
<s:TraceTarget
includeCategory="true"
includeLevel="true"
includeTime="true"
level="{LogEventLevel.DEBUG}"
>
<s:filters>
<fx:String>org.spicefactory.parsley.*</fx:String>
</s:filters>
</s:TraceTarget>
</fx:Declarations>
<!-- Reference: http://www.spicefactory.org/parsley/docs/3.0/manual/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment