Open ccottingham-presinet opened 8 months ago
how does one switch the java logging to FINE from python?
the RuSH.java will show rule numbers if that is set but i cant seem to figure out how
if i print out the span in python it always shows rule as -1 so i cant look them up at the point
in the pure python implementation all i had to do is modify PyRuSH/RuSH.py
Line 83: enable_logger: bool = True): # this is usually set to false
how does one switch the java logging to FINE from python?
the RuSH.java will show rule numbers if that is set but i cant seem to figure out how
if i print out the span in python it always shows rule as -1 so i cant look them up at the point
in the pure python implementation all i had to do is modify PyRuSH/RuSH.py
Line 83: enable_logger: bool = True): # this is usually set to false