Closed mspiegel closed 10 years ago
This is expected by design and not an issue. Its only an information that currently no patterns are assigned to these categories (but maybe in future). Your example works since we fallback if no device category pattern matches. If you're interested you can study the logic behind in class AbstractUserAgentStringParser. The relevant code block start on line 84 and ends on 125.
That makes sense. I see that it's the only call to LOG.info() in the DataBuilder class. Any interest in lowering the log level for this message to DEBUG?
I've changed the log level to debug. See https://github.com/before/uadetector/commit/cc74088f3fd0a4760b67944d2ac712d195889ac4
Thanks for your feedback.
Thank you! This is a wonderful library.
I believe this is just a spurious output message but I see the following two log lines when using the uadetector library:
I have verified that a plain Internet Explorer user agent is reported as the 'Personal computer' category. I am using version 2013.11 of the
uadetector-resources
module.