[INCUBATOR-46] Custom CSS: logs Created: 01/Sep/23 Updated: 01/Sep/23 |
|
| Status: | Open |
| Project: | Incubator |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Neutral |
| Reporter: | Mykola | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Template: | |
| Acceptance criteria: |
Empty
|
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Bug DoR: |
[ ]*
Steps to reproduce, expected, and actual results filled
[ ]*
Affected version filled
|
| 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);
}
...
|