spring - How to serve up logging files in a html page? -
we using spring boot our web service. logging implemented using logback. application deployed in red hat linux box , if want browse on logs don't want through plain text version. there needs static html page serve up. tried looking @ examples no 1 tried logging.
spring boot admin separate application offers admin features on spring boot app. these featues include logfile-endpoint allows see , tail logfile(s) produced spring boot app. default, endpoint provide access log file defined spring boot logging.file property , can configure non spring boot managed logfile defining property: endpoints.logfile.external-file.
if tool not runner options might be:
Comments
Post a Comment