owncloud-archive / maps

:globe_with_meridians: Maps app for ownCloud
GNU Affero General Public License v3.0
42 stars 20 forks source link

Caching contact-thumbnail-local log messages #23

Closed jancborchardt closed 10 years ago

jancborchardt commented 10 years ago

On every app load, I get these messages in the log:

"app":"contacts","message":"Caching contact-thumbnail-local::1::9",
"app":"contacts","message":"Caching contact-thumbnail-local::1::27",
"app":"contacts","message":"Caching contact-thumbnail-local::1::42",
"app":"contacts","message":"Caching contact-thumbnail-local::1::62",
"app":"contacts","message":"Caching contact-thumbnail-local::1::71",
"app":"contacts","message":"Caching contact-thumbnail-local::1::91",
"app":"contacts","message":"Caching contact-thumbnail-local::1::99",
"app":"contacts","message":"Caching contact-thumbnail-local::1::100",
"app":"contacts","message":"Caching contact-thumbnail-local::1::126",
"app":"contacts","message":"Caching contact-thumbnail-local::1::137",
"app":"contacts","message":"Caching contact-thumbnail-local::1::162",
"app":"contacts","message":"Caching contact-thumbnail-local::1::168",
"app":"contacts","message":"Caching contact-thumbnail-local::1::184",
"app":"contacts","message":"Caching contact-thumbnail-local::1::3",

Similar in the JS console of the browser. It kind of spams the error log, so it shouldn’t be there, right @brantje?

brantje commented 10 years ago

I think should be there since it is an action.

jancborchardt commented 10 years ago

It’s not an error though, right? Info logs should not be in a production version.

jancborchardt commented 10 years ago

Closing cause this is from Contacts: https://github.com/owncloud/contacts/issues/616