cnuernber / dtype-next

A Clojure library designed to aid in the implementation of high performance algorithms and systems.
Other
319 stars 18 forks source link

Unexpected log message during program startup #56

Closed harold closed 2 years ago

harold commented 2 years ago

https://github.com/cnuernber/dtype-next/blob/2bf1eef6b5cefde3e3081e6e6577b6763116bae3/src/tech/v3/tensor/dimensions/global_to_local.clj#L100

I am seeing this log message when my program starts up:

08:36:44.356 [main] DEBUG tech.v3.tensor.dimensions.global-to-local - insn custom indexing enabled!

This seems like great news, but it's not relevant to what I'm doing at the moment. Perhaps this can be silenced?

Thanks!

harold commented 2 years ago

I have worked around this by setting the log level in logback.xml --- still perhaps good to consider if this message is helpful.

cnuernber commented 2 years ago

I removed the log messages :-).