Results 1 to 3 of 3

Thread: How to shut off Web Flow logging messages?

  1. #1

    Default How to shut off Web Flow logging messages?

    In a Spring Webflow I have a modal popup, which works fine. However, there is a logging message that gets printed every time the modal popup is launched and I am trying to shut it off so it does not fill up the server's log file.

    I have not been able to figure out how to disable this logging message. Any ideas?

    I am using versions:
    Code:
     <webflow.version>2.1.1.RELEASE</webflow.version>
    <spring.version>3.0.3.RELEASE</spring.version>
    Logging message I would like to silence:

    Code:
    15:18:09.720 [18537968@qtp-13825521-2] WARN  o.s.w.mvc.view.FlowAjaxTilesView - An Ajax request was detected, but no fragments were specified to be re-rendered.  Falling back to full page render.  This can cause unpredictable results when processing the ajax response on the client.

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    I have not been able to figure out how to disable this logging message. Any ideas?
    OK, you could override your own log .properties file to off the WARN message just for o.s.w.mvc.view.FlowAjaxTilesView
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  3. #3

    Default

    Perhaps I am confused, but the problem is that I cannot make this logging go away no matter what I try in my log4j.properties file. I suspect that it has to do with this being an AJAX javascript library and not going through log4j?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •