Hi, Good question. I've just updated this in the doc page ( http://orientdb.com/docs/last/Logging.html): Change logging on the client
On the client is the same as for the server, but you should rather configure the file config/orientdb-client-log.properties and add this at your client's JVM: $ java -Djava.util.logging.config.file=config/orientdb-client-log.properties Best Regards, Luca Garulli Founder & CEO OrientDB <http://orientdb.com/> On 18 May 2016 at 23:34, Piotr Fraś <[email protected]> wrote: > Hi, > > I am developing an app with OrientDB 2.12.2 and gremlin 3.1.1. > Is there a way to disable warnings on orientdb client side via environment > variables or static configuration? I could do it by calling > OLogManager.setWarnEnabled, however I would prefer not. > I tried setting following env variables for my app with no luck: > > - -Dlog.console.level=off > - -Dorientdb.installCustomFormatter=false > - -Dlog.console.level=SEVERE -Dlog.file.level=SEVERE > > Thank you > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
