Open shoon opened 10 years ago
Pretty sure this is related to #117
I think the issue in 117 is resolved but there's a section of code that prints out the warning but continues on:
I started a new project recently and wanted to note here how I muted the warning in log4j using StringMatchFilter. Some day will submit a patch :)
log4j.appender.Rolling.filter.1=org.apache.log4j.varia.StringMatchFilter
log4j.appender.Rolling.filter.1.StringToMatch=error load blob by key
log4j.appender.Rolling.filter.1.AcceptOnMatch=false
Version: Play-morphia 1.5.0a
I get a warning every time I save a blob in my model:
The file is committed to the file system just fine and I can retrieve it.
The file is in a time stamped directory and has the file extension. I suspect the key fed to the osgl reader is missing the directory or the file extension.
My configuration: