You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
Combine the line for page HTML and page JSON into a single line per page
and move output for SSG pages with fallback to section for SSR pages.
This way, we can eliminate the nesting from SSG pages (we no longer have
subsection 1, 2, and 3). This will allow us to more easily implement the
maxLogLines option for limiting output for each section to a specific
number of lines.
0 commit comments