Hi Pallavi, It depends what logging configuration you are using. If it's log4j, you need to modify (or create) log4j.properties file and point you code (via classpath) to it.
A sample log4j.properties is in the conf directory (either apache or CDH distributions). Alex K On Mon, Mar 29, 2010 at 11:25 PM, Pallavi Palleti < [email protected]> wrote: > Hi, > > I am copying certain data from a client machine (which is not part of the > cluster) using DFSClient to HDFS. During this process, I am encountering > some issues and the error/info logs are going to stdout. Is there a way, I > can configure the property at client side so that the error/info logs are > appended to existing log file (being created using logger at client code) > rather writing to stdout. > > Thanks > Pallavi >
