Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
Description
Currently css provided in the field is being logged on each render. In case of large files it really clog up logs. Because exact styles content are not required for debugging it can be replaced with shorter message.
2023-09-01 12:26:20,598 INFO info.magnolia.ui.css.CustomCssLoader : Custom CSS loaded :root {
--brand-color: #e20074
}
.v-window.v-widget.dialog.v-window-dialog.framed.v-window-framed.light.v-window-light.wide.v-window-wide {
max-width: none;
max-height: none;
height: 100vh;
width: 100vw;
top: 0px !important;
border-radius: 0;
}
.v-app-launcher .favourite-apps-container .app-list.section .app-tile-container {
background-color: rgba(var(--brand-color), 0.2);
}
...
Checklists
Acceptance criteria