Fix #694 Reduce the logging level for OpenCLObjectManager
This commit is contained in:
parent
7bcd11e921
commit
3594a87134
@ -43,8 +43,8 @@ import java.util.logging.Logger;
|
||||
*/
|
||||
public class OpenCLObjectManager {
|
||||
private static final Logger LOG = Logger.getLogger(OpenCLObjectManager.class.getName());
|
||||
private static final Level LOG_LEVEL1 = Level.FINER;
|
||||
private static final Level LOG_LEVEL2 = Level.FINE;
|
||||
private static final Level LOG_LEVEL1 = Level.FINEST;
|
||||
private static final Level LOG_LEVEL2 = Level.FINER;
|
||||
|
||||
private static final OpenCLObjectManager INSTANCE = new OpenCLObjectManager();
|
||||
private OpenCLObjectManager() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user