Skip to content

Instantly share code, notes, and snippets.

@bradrobertson
Created November 16, 2010 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradrobertson/702230 to your computer and use it in GitHub Desktop.
Save bradrobertson/702230 to your computer and use it in GitHub Desktop.
Config whereby log4j.properties is not correctly loaded and applied
---
port: 8080 # port where trinidad is running
ajp: # ajp configuration section
port: 8009
jruby_min_runtimes: 1 # min number of runtimes
jruby_max_runtimes: 1 # max number of runtimes
web_apps:
default:
web_app_dir: /mnt/apps/velo-ul/current
extensions:
logging:
config: /mnt/apps/velo-ul/current/config/log4j.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment