Hello @Divyanshu_Soni
It would be helpful for others to read and respond to your question if you could apply the proper code formatting to your post.
• Log lines can be formatted better by prefixing with >
(aka quoting). This will wrap long lines and provide some visual distinction from code blocks. The editing toolbar has a shortcut for toggling line quoting on the currently selected text: ”
. Note: you can also use the (```) formatting for log snippets, but quoting generally works better.
• Add spacing to break up long blocks of text and improve readability
• Add triple backticks (```) before and after a snippet of code. This syntax (aka code fencing in GItHub-flavoured Markdown) will automatically detect language formatting 1 and generally be an improvement over a straight copy & paste.
• Review the Getting Started guide from @Jamie which has some further great tips and information.
Cheers,
Michael