Minor improvements

- use a one-line log format
- load templates only once
- fixed typos
- fix reset timezone in ui settings
- hide bookmarks headline if there are none
This commit is contained in:
eikek
2022-03-02 18:33:25 +01:00
parent 27025715f4
commit a3569598d8
7 changed files with 91 additions and 74 deletions

View File

@ -47,7 +47,7 @@ object ScribeConfigure {
if (logger.id == scribe.Logger.RootId) {
cfg.format match {
case Format.Fancy =>
l.withHandler(formatter = Formatter.default, writer = SystemOutWriter)
l.withHandler(formatter = Formatter.enhanced, writer = SystemOutWriter)
case Format.Plain =>
l.withHandler(formatter = Formatter.classic, writer = SystemOutWriter)
case Format.Json =>