oglimmer/citybuilder

View on GitHub
log4js_config.json

Summary

Maintainability
Test Coverage
{
  "appenders": {
    "out": { 
      "type": "stdout"
    },
    "file": { 
      "type": "file", 
      "filename": "logs/log_file.log"
    }
  },
  "categories": { 
    "default": { 
      "appenders": ["out", "file"],
      "level": "debug"
    } 
  }
}