lukashinsch / spring-boot-actuator-logview

Simple logfile viewer as spring boot actuator endpoint
MIT License
41 stars 21 forks source link

Support logging.file configuration. Logview will use it's parent folder. #24

Closed oyvindhorneland closed 8 years ago

oyvindhorneland commented 8 years ago
  1. Support logging.file configuration. Logview will use it's parent folder.
  2. Add ConditionalOnMissingBean to avoid multiple beans if by any chance multiple enable conditions have been used.

If both logging.file and logging.path have been configured simultaneously for a Spring Boot application, logging file will take precedence (default Spring Boot handling).

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.06%) to 93.596% when pulling 55661b9b40db6b2fccd9514122edae6b67bcbfd1 on oyvindhorneland:master into 555b509318caf7df41b0c5ad05f77aca51048cb0 on lukashinsch:master.

lukashinsch commented 8 years ago

Cool, thanks! I'll take a look as soon as I have a few minutes.

oyvindhorneland commented 8 years ago

Thank you for quick review and merge :)

lukashinsch commented 8 years ago

just pushed a new release to maven central