You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently everything between debug level and package, needs to match log4slime-time-regexp, including thread names. And it seems weird characters in thread names are more common then anticipated.
Split the regexp into two, one for date/time, and one for thread part, and relax the thread/ndc regexp, so it can handle most punctuation
Also change them to (defcustom) instead of defvars.
The text was updated successfully, but these errors were encountered:
Currently everything between debug level and package, needs to match log4slime-time-regexp, including thread names. And it seems weird characters in thread names are more common then anticipated.
Split the regexp into two, one for date/time, and one for thread part, and relax the thread/ndc regexp, so it can handle most punctuation
Also change them to (defcustom) instead of defvars.
The text was updated successfully, but these errors were encountered: