Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] Suppress leshan-client library printing

Hi,

   We use log4j for logging and Californium (one of our dependency) use java.util.logging.

   So you should see at https://logging.apache.org/log4j/2.x/ and https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html

    In our tests we use config which stop logging : https://github.com/eclipse/leshan/tree/master/leshan-integration-tests/src/test/resources

    If there is data written in standard output which are not log. Please tell us this is surely an  issue.

HTH


Le 25/07/2017 à 19:08, GREER, MICHAEL R a écrit :

I’m looking for a way to keep the client library from printing. I am writing a command line program with a leshan component, and the leshan component prints to the program prompt and confuses the input. Is there any way to prevent this?

 

Thank you,

Michael Greer

 

 

Michael Greer

TDP Product Development Intern, AT&T IoT Foundry

940-368-9701

 



_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev


Back to the top