Skip to content

Prettify XML Output #1

@pykettk

Description

@pykettk

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.log is prettified (i.e. printed as XML)
    • Example:
     <layout>
     	<head>
     		...
     	</head>
     	<body>
     		...
     	<body>
     	<update>
     		...
     	</update>
     </layout>
  • Other existing functionality is not affected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions