Skip to content

Commit c2aff8a

Browse files
authored
[Issue pixelsdb#843] report warning to standard error stream if default pixels.properties is used (pixelsdb#851)
1 parent d8684a4 commit c2aff8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pixels-common/src/main/java/io/pixelsdb/pixels/common/utils/ConfigFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ private ConfigFactory()
9090
if (pixelsConfig == null)
9191
{
9292
// 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");
9394
in = this.getClass().getResourceAsStream("/pixels.properties");
9495
}
9596
else

0 commit comments

Comments
 (0)