Simple logfile viewer as spring boot actuator endpoint
logging.path
, logging.file
or endpoints.logview.path
in spring environment
logging.file
specifies a custom log file. Logviewer will use it's parent directory.logging.path
specifies a log directory and log filename spring.log
.endpoints.logview.path
specifies a directory containing log files in case you use other custom log configurations.endpoints.logview.stylesheets
in yml to list of urlscompile 'eu.hinsch:spring-boot-actuator-logview:0.2.13'
<dependency>
<groupId>eu.hinsch</groupId>
<artifactId>spring-boot-actuator-logview</artifactId>
<version>0.2.13</version>
</dependency>
Note