Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 1.76 KB

spring-boot-actuator-logview changelog

0.2.12

  • support logfile configuration via logging.file property (thanks @oyvindhorneland)

0.2.11

  • Set missing content type in search result

0.2.10

  • Set content type in log response (fixes #21)
  • Prettify file size display (fixes #23)

0.2.9

  • Add configuration option to override stylesheet urls (fixes #20)

0.2.8

  • Remove tail option for files inside archives in UI (lead to 500 error before) (fixes #17)

0.2.7

  • Correctly encode file/dir names in urls (fixes - #19)

0.2.6

  • Fixed display issue with illegal whitespace
  • Fix cdn url

0.2.5

  • allow downloading only the last 50 lines of each file (closes #13)

0.2.4

  • show file content when calling endpoint url without trailing slash (fixes #11)
  • allow to specify logging path via "endpoints.logview.path" property (fixes #3

0.2.3

  • don't require trailing slash in endpoint url ("/log" instead of "/log/")

0.2.2

  • allow viewing logfiles in subfolders inside archives

0.2.1

  • switch to use dedicated freemarker config to allow loading template from jar
  • use spring boot autoconfig

0.2

  • basic support for searching logfiles (no archives, no subfolders)

0.1

  • initial release