geirm       00/11/26 19:39:12

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Added the property defaults for runtime log stacktrace squelch.
  
  Revision  Changes    Path
  1.10      +9 -0      
jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- velocity.properties       2000/11/19 23:24:16     1.9
  +++ velocity.properties       2000/11/27 03:39:11     1.10
  @@ -14,6 +14,15 @@
   runtime.log = velocity.log
   
   #----------------------------------------------------------------------------
  +# This controls if Runtime.error(), info() and warn() messages include the
  +# whole stack trace.
  +#----------------------------------------------------------------------------
  +
  +runtime.log.error.stacktrace = false
  +runtime.log.warn.stacktrace = false
  +runtime.log.info.stacktrace = false
  +
  +#----------------------------------------------------------------------------
   # T E M P L A T E  E N C O D I N G
   #----------------------------------------------------------------------------
   
  
  
  

Reply via email to