[jira] [Updated] (SOLR-12193) Move some log messages to TRACE level

2018-08-27 Thread Alind Billore (JIRA)


 [ 
https://issues.apache.org/jira/browse/SOLR-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alind Billore updated SOLR-12193:
-
Attachment: (was: image.png)

> Move some log messages to TRACE level
> -
>
> Key: SOLR-12193
> URL: https://issues.apache.org/jira/browse/SOLR-12193
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: logging
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
>Priority: Major
>  Labels: newbie, newdev
> Fix For: master (8.0), 7.5
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> One example of a wasteful DEBUG log which could be moved to TRACE level is:
> {noformat}
> $ solr start -f -v
> 2018-04-05 22:46:14.488 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading 
> container configuration from /opt/solr/server/solr/solr.xml
> 2018-04-05 22:46:14.574 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@coreLoadThreads
> 2018-04-05 22:46:14.577 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@persistent
> 2018-04-05 22:46:14.579 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@sharedLib
> 2018-04-05 22:46:14.581 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@zkHost
> 2018-04-05 22:46:14.583 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/cores
> 2018-04-05 22:46:14.605 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/transientCoreCacheFactory
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/counter
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/meter
> 2018-04-05 22:46:14.611 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/timer
> 2018-04-05 22:46:14.612 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/histogram
> 201
> {noformat}
> There are probably other examples as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-12193) Move some log messages to TRACE level

2018-08-27 Thread Alind Billore (JIRA)


 [ 
https://issues.apache.org/jira/browse/SOLR-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alind Billore updated SOLR-12193:
-
Attachment: (was: image.png)

> Move some log messages to TRACE level
> -
>
> Key: SOLR-12193
> URL: https://issues.apache.org/jira/browse/SOLR-12193
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: logging
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
>Priority: Major
>  Labels: newbie, newdev
> Fix For: master (8.0), 7.5
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> One example of a wasteful DEBUG log which could be moved to TRACE level is:
> {noformat}
> $ solr start -f -v
> 2018-04-05 22:46:14.488 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading 
> container configuration from /opt/solr/server/solr/solr.xml
> 2018-04-05 22:46:14.574 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@coreLoadThreads
> 2018-04-05 22:46:14.577 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@persistent
> 2018-04-05 22:46:14.579 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@sharedLib
> 2018-04-05 22:46:14.581 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@zkHost
> 2018-04-05 22:46:14.583 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/cores
> 2018-04-05 22:46:14.605 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/transientCoreCacheFactory
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/counter
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/meter
> 2018-04-05 22:46:14.611 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/timer
> 2018-04-05 22:46:14.612 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/histogram
> 201
> {noformat}
> There are probably other examples as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-12193) Move some log messages to TRACE level

2018-08-27 Thread Alind Billore (JIRA)


 [ 
https://issues.apache.org/jira/browse/SOLR-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alind Billore updated SOLR-12193:
-
Attachment: image.png

> Move some log messages to TRACE level
> -
>
> Key: SOLR-12193
> URL: https://issues.apache.org/jira/browse/SOLR-12193
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: logging
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
>Priority: Major
>  Labels: newbie, newdev
> Fix For: master (8.0), 7.5
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> One example of a wasteful DEBUG log which could be moved to TRACE level is:
> {noformat}
> $ solr start -f -v
> 2018-04-05 22:46:14.488 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading 
> container configuration from /opt/solr/server/solr/solr.xml
> 2018-04-05 22:46:14.574 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@coreLoadThreads
> 2018-04-05 22:46:14.577 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@persistent
> 2018-04-05 22:46:14.579 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@sharedLib
> 2018-04-05 22:46:14.581 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@zkHost
> 2018-04-05 22:46:14.583 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/cores
> 2018-04-05 22:46:14.605 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/transientCoreCacheFactory
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/counter
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/meter
> 2018-04-05 22:46:14.611 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/timer
> 2018-04-05 22:46:14.612 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/histogram
> 201
> {noformat}
> There are probably other examples as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-12193) Move some log messages to TRACE level

2018-08-27 Thread Alind Billore (JIRA)


 [ 
https://issues.apache.org/jira/browse/SOLR-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alind Billore updated SOLR-12193:
-
Attachment: image.png

> Move some log messages to TRACE level
> -
>
> Key: SOLR-12193
> URL: https://issues.apache.org/jira/browse/SOLR-12193
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: logging
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
>Priority: Major
>  Labels: newbie, newdev
> Fix For: master (8.0), 7.5
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> One example of a wasteful DEBUG log which could be moved to TRACE level is:
> {noformat}
> $ solr start -f -v
> 2018-04-05 22:46:14.488 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading 
> container configuration from /opt/solr/server/solr/solr.xml
> 2018-04-05 22:46:14.574 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@coreLoadThreads
> 2018-04-05 22:46:14.577 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@persistent
> 2018-04-05 22:46:14.579 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@sharedLib
> 2018-04-05 22:46:14.581 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@zkHost
> 2018-04-05 22:46:14.583 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/cores
> 2018-04-05 22:46:14.605 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/transientCoreCacheFactory
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/counter
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/meter
> 2018-04-05 22:46:14.611 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/timer
> 2018-04-05 22:46:14.612 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/histogram
> 201
> {noformat}
> There are probably other examples as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-12193) Move some log messages to TRACE level

2018-06-13 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/SOLR-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Høydahl updated SOLR-12193:
---
Fix Version/s: 7.5
   master (8.0)

> Move some log messages to TRACE level
> -
>
> Key: SOLR-12193
> URL: https://issues.apache.org/jira/browse/SOLR-12193
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: logging
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
>Priority: Major
>  Labels: newbie, newdev
> Fix For: master (8.0), 7.5
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> One example of a wasteful DEBUG log which could be moved to TRACE level is:
> {noformat}
> $ solr start -f -v
> 2018-04-05 22:46:14.488 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading 
> container configuration from /opt/solr/server/solr/solr.xml
> 2018-04-05 22:46:14.574 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@coreLoadThreads
> 2018-04-05 22:46:14.577 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@persistent
> 2018-04-05 22:46:14.579 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@sharedLib
> 2018-04-05 22:46:14.581 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@zkHost
> 2018-04-05 22:46:14.583 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/cores
> 2018-04-05 22:46:14.605 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/transientCoreCacheFactory
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/counter
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/meter
> 2018-04-05 22:46:14.611 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/timer
> 2018-04-05 22:46:14.612 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/histogram
> 201
> {noformat}
> There are probably other examples as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-12193) Move some log messages to TRACE level

2018-04-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/SOLR-12193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Høydahl updated SOLR-12193:
---
Labels: newbie newdev  (was: )

> Move some log messages to TRACE level
> -
>
> Key: SOLR-12193
> URL: https://issues.apache.org/jira/browse/SOLR-12193
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: logging
>Reporter: Jan Høydahl
>Priority: Major
>  Labels: newbie, newdev
>
> One example of a wasteful DEBUG log which could be moved to TRACE level is:
> {noformat}
> $ solr start -f -v
> 2018-04-05 22:46:14.488 INFO  (main) [   ] o.a.s.c.SolrXmlConfig Loading 
> container configuration from /opt/solr/server/solr/solr.xml
> 2018-04-05 22:46:14.574 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@coreLoadThreads
> 2018-04-05 22:46:14.577 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@persistent
> 2018-04-05 22:46:14.579 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@sharedLib
> 2018-04-05 22:46:14.581 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/@zkHost
> 2018-04-05 22:46:14.583 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/cores
> 2018-04-05 22:46:14.605 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/transientCoreCacheFactory
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/counter
> 2018-04-05 22:46:14.609 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/meter
> 2018-04-05 22:46:14.611 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/timer
> 2018-04-05 22:46:14.612 DEBUG (main) [   ] o.a.s.c.Config null missing 
> optional solr/metrics/suppliers/histogram
> 201
> {noformat}
> There are probably other examples as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org