Ant logfile is showing debug statements

Hi,
I have a application which I run it using ant. If I type the ant -logfile xxx.log. All the logs will be printed in the xxx.log file.
But along with a my logs, it is also printing DEBUG logs, which is making the file huge. Can anybody tell me if there is any way I can change that DEBUG setting to INFO or something in ant.
Thanks and Regards
Raaghu.K

Quoted from the above linked manual page:
Loggers extend the capabilities of listeners and add the following features:
- Logging level (-quiet, -verbose, -debug) aware
...-quiet, -verbose, -debug are ANT command line options.

Similar Messages

  • Logger.debug() statements in jcaps

    Hi,
    can any one suggest how to use logger.debug() statements in jcd.I'm trying to use those statements in jcd but was unable to find those in server.log.
    why it is not showing in server.log????
    do we need to configure any thing in e-manager??

    I'm not 100% sure which, but one of the 3 FINE, FINER, FINEST would do the trick. You'll probably want to have it log at that level only for your code, because the App Server can be pretty verbose at that level. Get the fully qualified class name(s) for your code from the log file.
    For instance, here is an entry of the log file:
    [#|2008-02-27T14:54:57.593+1300|INFO|IS5.1.3|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|CORE5100:Loading system apps|#]
    The logger recognizes javax.enterprise.system.core

  • PL/SQL Code not working without debug statements

    Hi Guys,
    I have a pl/sql code in a procedure, logic iterates through almost 40K records, conditional delete and update.
    When I execute this code, I dont see the deletes and updates happening, though procedure executes for 8 minutes and exits wihtout any error, execption.
    In same procedure when I write some debug statements like dbms_output, then everything seems to be working fine.
    I know this scenario happens in Oracle Forms, wehre we use SYNCHRONIZE.
    But this is plain pl/sql procedure.
    any thoughts on this?
    Av.

    COMMIT ?
    Aside from that, no idea what your procedure looks like, what it does, what version of Oracle you are using, how you are determining "I dont see the deletes and updates happening". etc...
    You'd need to provide a slew of information for anyone to give you any meaningful help.
    I can only assure you that DBMS_OUTPUT doesn't do magic :)

  • Will CSD shows Agent state as hold

    Hi All,
    Would like to know if Cisco supervisor desktop can shows agent state as hold?
    Issue is that even if the Agent placed the customer on hold, Supervisor desktop will show the Agent in talking state, which will give wrong perception to supervisor
    IPCC Version: 7.0(1)
    CAD Version: 7.0
    CSD version: 7.0
    Thanks,
    San

    Hi San,
    Within CSD, the hold times are joined together with the average talk (Avg Talking) time of an agent.
    So the CSD display will not show when an agents has placed a call on hold
    You can find this information in the following document on page 30.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/user/guide/csd66ug-cm.pdf
    Please let me know if this information has helped you.
    Danny

  • Problem with printing debug statements in JSP page

    Hi all,
    I am debugging an application with System.out.println() statements - my debug statements in the *.java class printed just fine, but when I do the same thing in my JSP page, nothing gets printed out.
    I am already wrapping my System.out.println() statements inside the <% %> tag.
    Does anyone know what may be causing this? Any help will be greatly appreciated!
    - JL

    Where do you expect to see the output?
    System.out.println will write to the console/logs
    They WON'T write to the JSP page.
    If you check your error/output logs you will probably find the statements there.
    If you want to print things into the JSP page, just use out.println.
    "out" is an implicit reference to the current JSPWriter.
    Cheers,
    evnafets

  • How to stop logging external jar debug statements

    Hi,
    I am developing a java app which uses FOP to convert xml to PDF. Log4j is used for logging and in my appender's threshold is set to "debug". I only want debug output of my app not the FOP, how can I achieve that. At this stage I get thousands of lines of debug statements from FOP and it is very hard to track debug statements from the app.
    Thanks,
    Navi

    you just need to change the level of FOPs loggers to something less verbose than DEBUG.
    for example
    log4j.logger.SomeFOPLogger=ERRORI don't know the real name of the loggers but if your output format includes the logger name then it should be simple to find out.
    Also try a google search on FOP logging I did that and saw some stuff that might be useful.
    @java_jamboree:
    A client really should be able to control the logging. I as a writer of some library have no business forcing you to deal with tons ans tons of my debug logging output.
    Log4j, and other logging frameworks, make it reasonably easy to set up a situation where you the client program can reconfigure hiw much of my library's logging output is actually produced.

  • Server crash due to lot of debug statements in log file during deployment

    I am facing problem while deployment of my application
    I am using log4j api and its in debug mode as following
    log4j.rootCategory=DEBUG, A2
    log4j.appender.A2=org.apache.log4j.DailyRollingFileAppender
    log4j.appender.A2.file=D:/logs/directory.log
    log4j.appender.A2.datePattern='.'yyyy-MM-dd'.txt'
    log4j.appender.A2.append=true
    log4j.appender.A2.layout=org.apache.log4j.PatternLayout
    log4j.appender.A2.layout.ConversionPattern=%d %-5p [%t] - %m%n
    I am getting lot of debug statements when i am deploying the application and result is server crash
    can anyone help me?
    some of the debug statements are :
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace()
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace(
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace( )
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - endElement(,field,field)
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - match='form-validation/formset/form/field'
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - bodyText=''
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire body() for ObjectCreateRule[className=org.apache.commons.validator.Field, attributeName=className]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire body() for SetPropertiesRule[]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire body() for SetNextRule[methodName=addField, paramType=org.apache.commons.validator.Field]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Popping body text ''
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire end() for SetNextRule[methodName=addField, paramType=org.apache.commons.validator.Field]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - [SetNextRule]{form-validation/formset/form/field} Call org.apache.commons.validator.Form.addField(          key= null
              property= pct_other_project_3_last_yr
              indexedProperty= null
              indexedListProperty= null
              depends= required
              page= 0
              fieldOrder= 0
              Vars:
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Matching name=addField on class org.apache.commons.validator.Form
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Found straight match: public void org.apache.commons.validator.Form.addField(org.apache.commons.validator.Field)
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - isPublic:true
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire end() for SetPropertiesRule[]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire end() for ObjectCreateRule[className=org.apache.commons.validator.Field, attributeName=className]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - [ObjectCreateRule]{form-validation/formset/form/field} Pop org.apache.commons.validator.Field
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace()
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace(
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace()
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace(
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - ignorableWhitespace( )
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - startElement(,field,field)
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Pushing body text ''
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - New match='form-validation/formset/form/field'
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire begin() for ObjectCreateRule[className=org.apache.commons.validator.Field, attributeName=className]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - [ObjectCreateRule]{form-validation/formset/form/field}New org.apache.commons.validator.Field
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire begin() for SetPropertiesRule[]
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - [SetPropertiesRule]{form-validation/formset/form/field} Setting property 'property' to 'pct_se_prev_yr_2'
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - [SetPropertiesRule]{form-validation/formset/form/field} Setting property 'depends' to 'required'
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - [SetPropertiesRule]{form-validation/formset/form/field} Set org.apache.commons.validator.Field properties
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - BeanUtils.populate(          key= null
              property= null
              indexedProperty= null
              indexedListProperty= null
              depends= null
              page= 0
              fieldOrder= 0
              Vars:
    , {property=pct_se_prev_yr_2, depends=required})
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - setProperty(          key= null
              property= null
              indexedProperty= null
              indexedListProperty= null
              depends= null
              page= 0
              fieldOrder= 0
              Vars:
    , property, pct_se_prev_yr_2)
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Convert string 'pct_se_prev_yr_2' to class 'java.lang.String'
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Using converter org.apache.commons.beanutils.converters.StringConverter@1d86a73
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - setProperty(          key= null
              property= pct_se_prev_yr_2
              indexedProperty= null
              indexedListProperty= null
              depends= null
              page= 0
              fieldOrder= 0
              Vars:
    , depends, required)
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Convert string 'required' to class 'java.lang.String'
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Using converter org.apache.commons.beanutils.converters.StringConverter@1d86a73
    2005-09-16 09:36:19,000 DEBUG [scheduler-1] - Fire begin() for SetNextRule[methodName=addField, paramType=org.apache.commons.validator.Field]

    The only suggestions I have off the top of my head are:
    * Ensure (1) the host system has at least 2GB (file store size) of free physical memory in addition to the memory used by current processes, and (2) the host system is not rebooted between each WebLogic restart. If you make sure of these two items, then the operating system will implicitly cache the store's file contents in memory even between boots -- when WebLogic subsequently boots the file store, the O/S should serve the file contents up much more quickly.
    * Consider moving to a JDBC store. JDBC store runtime performance is lower, but since you have a typically only have a small amount of records to recover, boot performance should be higher in this case.
    * Not that it helps your particular case, but it happens that we have boot performance enhancements in process for a future release (hopefully a near future release).
    Tom

  • HT5622 Why won't it show the state I'm in for the billing information?

    I'm trying to input my billing information but it's not showing my state. What do I do?

    From Demo:
    If you are getting the blank app update screen, and, many people are having this problem over the last several of days:
    According to Fly150 in another discussion, this will work.
    If you want to update the Apps while waiting for Apple to fix Updates:
    1. Go to App Store
    2. Select Purchased
    3. Select All
    4. Scroll down to find the Apps showing update
    5. Select update on the Apps
    This should update the Apps and get rid of the update count in App Store. Apple needs to fix this. It is a workaround only until then.
    Or try this from Apple:
    I understand that your App Store does not show your app updates. Please follow the steps below to help resolve the issue.
    1. Close All Apps on iPad: http://support.apple.com/kb/ht5137
    2. Sign out of iTunes & App Stores: Settings > iTunes & App Stores > Tap AppleID > Sign out
    3. Reset All Settings: Settings > General > Reset > Reset All Settings
    4. Reboot iPad
    5. Sign back into iTunes and App Stores: Settings > iTunes & App Stores > Sign In with AppleID
    Thank you for being an iTunes store customer. Apple appreciates your business.

  • Mirror Database shows Recovery state in Database mirroring in sql 2012

    Hi I am working on DBmirroring and have encountered problem of mirror database showing recovery state.
    I tried to resolve issue by removing database mirroring from principal ,removing endpoints from both the nodes and
    finally firing alter database db1 set partner off statement also.But when reconfigure dbmirroring on principal it does not allow
    start dbmirroring and mirror database db1 comes in to recovery state from restoring stage.
    srm_2010

    ok in that case why it is not allowing me to configure db mirroring when I am trying from SSMS.It gives an error.tell me????
    srm_2010
    And what is the error ? If while configuring mirroring it fails for some reason you have to make sure the mirror database which has gone in recovery state needs to be brought in restoring state.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Show AP Stats

    Is there a good reference in how to interpret the "show AP stats" command? 
    I have a new (online for 15 days) 1142 listed below.  It is the first 802.11n AP I've deployed.  The stat counters look bad (TxFragment Count = TxFrameCount, RetryCount > TxFrameCount).  But I don't know how to put it all together to say "here are the stats, this is the problem".  I see TxFrameCount, but no corresponding RxFrameCount, so it is hard to calibrate some of the errors.  Any help would be appreciated.  I'm running code 5.2.193.0 (and can't upgrade right now) on a WiSM.
    >show ap stats 802.11b <AP Name removed>
    Number Of Slots.................................. 2
    AP Name.......................................... <removed>
    MAC Address...................................... 00:22:bd:<removed>
    Radio Type....................................... RADIO_TYPE_80211b/g
    Stats Information
      Number of Users................................ 5
      TxFragmentCount................................ 926078
      MulticastTxFrameCnt............................ 65328
      FailedCount.................................... 403683
      RetryCount..................................... 1642858
      MultipleRetryCount............................. 13639
      FrameDuplicateCount............................ 0
      RtsSuccessCount................................ 0
      RtsFailureCount................................ 0
      AckFailureCount................................ 690010
      RxFragmentCount................................ 0
      MulticastRxFrameCnt............................ 110664
      FcsErrorCount.................................. 21455258
      TxFrameCount................................... 926078
      WepUndecryptableCount.......................... 93
      TxFramesDropped................................ 503
    --More-- or (q)uit
    Call Admission Control (CAC) Stats
      Voice Bandwidth in use(% of config bw)......... 0
        Total channel MT free........................ 0
        Total voice MT free.......................... 0
        Na Direct.................................... 0
        Na Roam...................................... 0
      Video Bandwidth in use(% of config bw)......... 0
      Total num of voice calls in progress........... 0
      Num of roaming voice calls in progress......... 0
      Total Num of voice calls since AP joined....... 0
      Total Num of roaming calls since AP joined..... 0
      Total Num of exp bw requests received.......... 0
      Total Num of exp bw requests admitted.......... 0
      Num of voice calls rejected since AP joined.... 0
      Num of roam calls rejected since AP joined..... 0
      Num of calls rejected due to insufficent bw.... 0
      Num of calls rejected due to invalid params.... 0
      Num of calls rejected due to PHY rate.......... 0
      Num of calls rejected due to QoS policy........ 0

    Hi d_p_grant:
    No, there's not a clear, modern one all polished and tailored for the Unified Wireless Network products.  There's an oldie but goodie
    Error Statistics on the Cisco Aironet 340 Series Bridge
    http://tools.cisco.com/squish/55528
    that goes through the various types of RF related stats, what they mean and offers some suggestions on troubleshooting.
    Keep in mind
    wireless is a half-duplex, acknowledged medium
    statistics are only relevant over time, so if you don't know when "clear stats " was last run, there's not much value for a specific incident
    here at OSI layer 2, units of communication are frames, and that if there's too much data to fit into a single frame, that data will be broken into multiple frames or fragments
    when the RF environment is clean and the channel is available (i.e. nobody else is talking,) stations can pretty much transmit when they want to;  if there's a lot of activity, stations will begin using RTS/CTS to "raise their hands" to receive a chance to transmit.  
    In making the connection to the Error Stats doc
    FailedCount is describing what the doc calls Holdoffs
    RetryCount is describing what the doc calls Retries
    FcsErrorCount is describing what the doc calls CRC Errors
    The fact that there are so many FcsErrorCount in relation to all the other statistics implies that the radio is receiving a lot of packets that are failing the CRC check.  Assuming that the sender was smart enough to calculate the CRC correctly when the frame left the sender's antenna, and that the receiver is smart enough to do the CRC check correctly when it received the frame on its antenna, the corruption must be happening while the frame is in the air (interference.)
    The Cisco Spectrum Expert can help you see what's in the air and what's interfering with your wireless network.
    http://tools.cisco.com/squish/70EF4
    Sincerely,
    Rollin Kibbe
    Network Management Systems Team

  • Show conn state and fix-ups

    Can the show conn state command be used to monitor the connections for fix-up protocols?

    Use the show port status command to display port status information.
    show port status [mod_num[/port_num]]
    Syntax Description
    mod_num
    (Optional) Number of the module.
    /port_num
    (Optional) Number of the port on the module.
    This example shows how to display port status information for all ports:
    Console> show port status
    Port Name Status Vlan Level Duplex Speed Type
    1/1 connected 523 normal half 100 100BaseTX
    1/2 notconnect 1 normal half 100 100BaseTX
    2/1 connected trunk normal half 400 Route Switch
    3/1 notconnect trunk normal full 155 OC3 MMF ATM
    5/1 notconnect 1 normal half 100 FDDI
    5/2 notconnect 1 normal half 100 FDDI

  • Automatic insertion of log4j debug statements

    Hi all,
    Is there any tool available that can automatically insert log4j debug statements into java code? There is something available on the lines of 'elisp' but I was unable to either download it or see what it was capable of doing.
    Thanks in advance.

    Search for "Aspect-Oriented Programming".

  • Ethernet showing 'Unknown state'

    I have just bought a time Capsule wanted to backup using ethernet, but my iMac wouldn't detect the capsule. I tested it with my laptop and it found it fine, so the cable and capsule aren't the problem.
    I found both ethernet and firewire ports showing 'inactive'. I activated them but now they both show 'unknown state'. I have always used wireless so don't know if the ethernet was always like this.
    Any help would be greatly appreciated.
    Mike

    I don't see where you said AirPort was OFF in the first post. And I did not mean to imply that you did not already have it connected with a Ethernet cable. Obviously, if you want it wired, there has to be a wire...
    Try going to System Preferences Network pane. In the sidebar, if AirPort is listed above Ethernet, click on the little gear icon and select +Set Service Order+. Make Ethernet appear first on the list. Then try restarting.

  • SPA 30x and 50x - show miss state when call was pickup

    Hello
    do you know, how to show on display miss state (softkey miss) when call was pickup in pickup group.
    My IP phone is SPA 303 and 502, and 922 but SPA 922 is showing miss state well.
    Server is Asteriks.
    Marek

    Call completed elsewhere has not been missed, so SPA922 is on the wrong side ...
    If the line is declared as shared AND call is CANCELed with
    Reason: SIP;cause=200;text="Call completed elsewhere"
    then no missed call is logged.
    I'm not sure if you can configure Asterisk not to use this Reason in such particular case. If I remember correctly, there is and option of Dial() Application for it ...
    Of course, unless you have User->Supplementary Services->Log Missed Calls for extension in question set to "Yes" no missed calls are logged at all.
    Rate useful advices and/or mark answer as "correct". It will help others to found solutions.

  • Xserve raid shows power state UPS backup

    How do I change the power state from UPS backup to on like the rest of the xserve raids we have? None of the xserve raids we have ever used a UPS so I do not know why this one is showing power state UPS Backup under the information tab of the GUI.
    This is annoying since it's causing the circle to be yellow instead of green. Any ideas or suggestions?

    Never seen this. Does it help if you temporally disconnect the power cable?

Maybe you are looking for

  • Doubt regarding HTTP Live Streaming for windows phone 8.1 silverlight app?

    Hi, I am developing a Windows phone 8.1 silverlight app. I want to add live streaming youtube channel , thats why I used  https://phonesm.codeplex.com/ this link as a reference , and I am able to play the links given in the samples, but I am unable t

  • 1:n relationship back reference?

    Hi! I'm trying to model a 1:n relationship and read in TopLink documentation that, for a 1:n relationship a back poiner 1:1 relation is needed to (from the n-side to the 1-side). The documentation sadly does not go into more detail on the back pointe

  • 'Currency' as a segment in Chart of Accounts

    Hi all, Please pardon me for posting such a long mail :) If you could help me address these concerns, we would really appreciate it. This is regarding Financial Accounting Hub implementation for an Investment Company. There is a requirement (details

  • How to create a container element?

    Hi, Could somebody please tell me how to create a container element and how to create a multi container element? How is this element used in the fork step? I am using a fork with 3 branches but the agent assignment is a problem.The workitem does not

  • Where can i find the sent emails from iphoto?

    Sending emails from iphoto works. But where can i find the history of my sent emails from iphoto. I can´t find it in mail. Thanks for help!