eo
eo copied to clipboard
Make max dataization log level configurable
In order to simplify debugging let's make below hardcoded value configurable via jvm property -Dmax.dataization.log.
It must be defaulted to 4.
Dataized.java
if (Dataized.LOGGER.isLoggable(Level.FINE)
&& Dataized.LEVEL.get() < 4
)
Budget: 30min
@yegor256 @Graur any objections?
@yegor256 I don't mind
@mximp I don't mind too
@Karina5005 please have a look at this task.
@Karina5005 Thanks!