silex
Version:
The Node framework based on the Symfony 2
27 lines (26 loc) • 339 B
JSON
{
"production": {
"log": {
"show": "emergency",
"write": "error"
}
},
"pre_production": {
"log": {
"show": "emergency",
"write": "info"
}
},
"testing": {
"log": {
"show": "info",
"write": "info"
}
},
"development": {
"log": {
"show": "debug",
"write": "info"
}
}
}