milleruntime opened a new issue, #2659: URL: https://github.com/apache/accumulo/issues/2659
**Is your feature request related to a problem? Please describe.** The Monitor is a very useful Admin tool but has evolved into a complex Web Application that spans the server back end (Java, REST, Jackson, etc) and web display front end (JS, Jquery, Datatables). There is plenty of server logging done on the back end but it would be nice to have more logging at the front end in the Browser. The best way (that I know of) to do this is through the Javascript `console.log()`. https://developer.mozilla.org/en-US/docs/Web/API/console/log The most frequently-used feature of the console is logging of text and other data. There are four categories of output you can generate, using the [console.log()](https://developer.mozilla.org/en-US/docs/Web/API/console/log), [console.info()](https://developer.mozilla.org/en-US/docs/Web/API/console/info), [console.warn()](https://developer.mozilla.org/en-US/docs/Web/API/console/warn), and [console.error()](https://developer.mozilla.org/en-US/docs/Web/API/console/error) methods respectively. Each of these results in output styled differently in the log, and you can use the filtering controls provided by your browser to only view the kinds of output that interest you. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
