mirror of
https://github.com/Qortal/qortal.git
synced 2025-11-02 08:17:03 +00:00
reduced logging level for invalid formatting
This commit is contained in:
@@ -111,7 +111,7 @@ public class ArbitraryIndexUtils {
|
||||
indexDetails.add( new ArbitraryDataIndexDetail(indexResource.name, rank, indices.get(rank - 1) ));
|
||||
}
|
||||
} catch (InvalidFormatException e) {
|
||||
LOGGER.warn("invalid format, skipping: " + indexResource);
|
||||
LOGGER.debug("invalid format, skipping: " + indexResource);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user