We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: