We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8684a4 commit c2aff8aCopy full SHA for c2aff8a
pixels-common/src/main/java/io/pixelsdb/pixels/common/utils/ConfigFactory.java
@@ -90,6 +90,7 @@ private ConfigFactory()
90
if (pixelsConfig == null)
91
{
92
// neither PIXELS_CONFIG nor PIXELS_HOME is found, use the config file under CLASS_PATH.
93
+ System.err.println("Neither PIXELS_CONFIG nor PIXELS_HOME exists, using pixels.properties under CLASS_PATH");
94
in = this.getClass().getResourceAsStream("/pixels.properties");
95
}
96
else
0 commit comments