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