You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might be multiple loggers defined in the logback.xml with different logging levels. The UI will have a dropdown to displace the content for a logger each time.
Add the offset and limit to the API so that only a number of the logging statements will be returned for each request.
Handle the exception to parse the logging statement to skip logger like Audit etc.
Change the return to a map of maps with logger as key and total and logs as key for the value to support pagination.
Filter the record by level and logger name when adding the line to the logs.
The text was updated successfully, but these errors were encountered:
…map and h… (networknt#1103)
* fixesnetworknt#1102 update the LoggerGetLogContentHandler to return map and handle parsing exception
* change the return to map of maps and filter record by level and loggerName
The text was updated successfully, but these errors were encountered: