You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Albert <zi...@gmail.com> on 2017/01/20 15:48:00 UTC

question regarding loggings in calcite

maybe some stupid question here:
I've followed the configuration for logging  -DXXX
```
.level=ALL
handlers=java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler.level=ALL
```

I can see the generated java code logged in the console

when I running tests in under the optimiser package, I was also expecting
like the `graph` being dumped out to console.
however, isTraceEnabled always returns False, nothings gets logged.

am I missing something else ?

-- 
~~~~~~~~~~~~~~~
no mistakes
~~~~~~~~~~~~~~~~~~