IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
878 stars 491 forks source link

Server logs: We are generating 10x more server log info, 4/21=4 files 4/24=46 files. #2098

Closed kcondon closed 9 years ago

kcondon commented 9 years ago

We are generating 10x more server log info, 4/21=4 files 4/24=46 files.

One possible contributor are these entries. This was the first one and now there are ~3000+ per log.

grep -c "Checking for thumbnail" server.log_2015-04-22T19-04-29

[2015-04-22T18:53:56.220-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.dataaccess.ImageThumbConverter] [tid: _ThreadID=54 _ThreadName=jk-connector(1)] [timeMillis: 1429743236220] [levelValue: 800] [[ Checking for thumbnail, file type: application/pdf]]

landreev commented 9 years ago

The thumbnail message is mine; no, it has no business logging at the level "info". It was part of another "firefighting" patch, so I was checking it in in a hurry. Will trim down my logs first thing this week.

On 4/25/2015 7:56 PM, kcondon wrote:

We are generating 10x more server log info, 4/21=4 files 4/24=46 files.

One possible contributor are these entries. This was the first one and now there are ~3000+ per log.

grep -c "Checking for thumbnail" server.log_2015-04-22T19-04-29

[2015-04-22T18:53:56.220-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.dataaccess.ImageThumbConverter] [tid: _ThreadID=54 _ThreadName=jk-connector(1)] [timeMillis: 1429743236220] [levelValue: 800] [[ Checking for thumbnail, file type: application/pdf]]

— Reply to this email directly or view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_IQSS_dataverse_issues_2098&d=BQMCaQ&c=WO-RGvefibhHBZq3fL85hQ&r=Wyoaab-62YLl40kAZBx0_PvdnyX0x8nOcegnuRFUlgM&m=ZVJStdJzQSy0YebHbuMUe6b0vDcLErIEOqZFOwO5BFk&s=0iEHl9FPzijg6rG7RXwqPhg-Ahv7RoOWnVtLFaA2qGI&e=.

kcondon commented 9 years ago

Fixed, closing