NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [netcdf-java] log4j:WARN No appenders could be found for logger

This worked for me.

  org.apache.log4j.BasicConfigurator.configure();
  level = org.apache.log4j.Level.OFF;
  logger = org.apache.log4j.Logger.getRootLogger();
  logger.setLevel(level);


On Tuesday 16 September 2008 14:19, S Dave Bouwer wrote:
> Greetings,
>
> Newbie here. I'm just trying to read a netcdfFile using the simple
> Pres_temp_4D_rd.java example provided elsewhere. Program compiles
> fine, and runs, but with the warning messages:
>
> log4j:WARN No appenders could be found for logger (ucar.nc2.NetcdfFile).
> log4j:WARN Please initialize the log4j system properly.
>
> I'm running on Mac OSX 10.5, toolsUI-2.2.22.jar is in my classpath,
> using Java 1.5.
>
> As this is a very simple Java application, I do not want to enable
> logging (except for the normal stdout messages from java).  How do I
> turn it off?
>
> Is there a simple log4j.properties file to use? I should mention that
> with mysql and Tomcat in my classpath, I suspect it is trying to find
> the properties file there.
>
> Dave Bouwer
> Chief Engineer, SpaceWx division, Space Environment Technologies
> dbouwer@xxxxxxxxxxxxxxxxxxx
> http://www.spacewx.com
>
>
>
>
> _______________________________________________
> netcdf-java mailing list
> netcdf-java@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe, visit:
> http://www.unidata.ucar.edu/mailing_lists/


  • 2008 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: