Uploaded image for project: 'Incubator'
  1. Incubator
  2. INCUBATOR-46

Custom CSS: logs

    XMLWordPrintable

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

        Attachments

          Activity

            People

              Unassigned Unassigned
              NDQ Mykola
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Checklists

                  Bug DoR
                  Task DoD