[ https://issues.apache.org/jira/browse/SOLR-14142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478507#comment-17478507 ]
Jan Høydahl commented on SOLR-14142: ------------------------------------ > This can be a pretty big use of disk space for folks that have high volume > clusters. I'm glad we make sure to call it out in major changes. Even if we call it out as we do, I bet at least a few users will not read carefully enough and end up surprised by the higher disk consumption. Do you think we should do more to alert users about this new loggin? Perhaps detect the settings on solr startup, and if the requestlog is enabled with the default 3 day retention, we could log a WARN message "Request logging is enabled for all incoming requests, with a default 3-day retention. You may want to disable or configure this log, see more info in solr.in.sh" > Enable jetty's request log by default > ------------------------------------- > > Key: SOLR-14142 > URL: https://issues.apache.org/jira/browse/SOLR-14142 > Project: Solr > Issue Type: Improvement > Components: logging > Reporter: Robert Muir > Assignee: Jan Høydahl > Priority: Major > Fix For: 9.0 > > Attachments: SOLR-14142.patch, SOLR-14142.patch > > Time Spent: 2h 10m > Remaining Estimate: 0h > > I'd like to enable the jetty request log by default. > This log is now in the correct directory, it no longer uses the deprecated > mechanisms (it is asynclogwriter + customformat), etc. See SOLR-14138. > This log is in a standard format (NCSA) which is supported by tools > out-of-box. It does not contain challenges such as java exceptions and is > easy to work with. Without it enabled, solr really has insufficient logging > (e.g. no IP addresses). > If someone's solr gets hacked, its only fair they at least get to see who did > it. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org