jianlins / RuSH

Apache License 2.0
1 stars 3 forks source link

How to turn on logging for Java #3

Open ccottingham-presinet opened 8 months ago

ccottingham-presinet commented 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