-
Notifications
You must be signed in to change notification settings - Fork 0
Prettify XML Output #1
Copy link
Copy link
Open
Description
Background
At present the XML that is logged to var/log/layout.log is displayed as a single string. Although this can be prettified manually, it would be nicer to have this behaviour by default.
User-Acceptance Criteria
- The XML content logged to
var/log/layout.logis prettified (i.e. printed as XML)- Example:
<layout> <head> ... </head> <body> ... <body> <update> ... </update> </layout>
- Other existing functionality is not affected
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels