|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
_______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev
Ceki,
Please add a link from FAQ item http://www.slf4j.org/codes.html#substituteLogger to this bug report. I got the aforementioned error message because the first time my application tried logging was from inside a Fork/Join operation. I worked around the problem by explicitly logging something before initiating the Fork/Join operation.