You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/05 21:04:54 UTC

[GitHub] [accumulo] ctubbsii commented on issue #2659: Improve Console Logging in Monitor

ctubbsii commented on issue #2659:
URL: https://github.com/apache/accumulo/issues/2659#issuecomment-1119044882

   > @milleruntime Because of the nature of the Monitor, the logs are constantly refreshing and updating in the console. Where there are many REST calls being made (e.g. the front "Accumulo Overview" page), the console can get quite long. Is this the intention?
   
   I read that in some browsers, console.info, console.debug, and console.log are all treated identically, but in other browsers, these may be organized. From what I've read, in recent versions of Google Chrome, console.debug messages are only shown if you have the "Verbose" option selected, which is not the default. So, if you use console.debug for the messages that represent the background work, the console is less noisy by default, but it'd be easy to show everything if you wanted. I would recommend using console.info for less noisy foreground tasks and console.debug for more noisy background tasks. But, this is a just a rough guideline. It may not be obvious which are which, though I'd suspect most AJAX requests are background.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org