Skip to content

Instantly share code, notes, and snippets.

View BillOTei's full-sized avatar
🏠
Working from home

Alex T BillOTei

🏠
Working from home
View GitHub Profile
@yamanyar
yamanyar / logback.xml
Created April 7, 2012 05:10
environment specific log back config
<configuration>
<if condition='"prd".equals(property("environment"))
|| "stg".equals(property("environment"))'>
<then>
<property name="APPLINK_LOG_LEVEL" value="warn"/>
</then>
<else>
<property name="APPLINK_LOG_LEVEL" value="debug"/>
</else>