Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
JOC use this above task log url to show the task log.
The order log url http://[scheduler_host]:[scheduler_port]/show_log&order=[order_id]&history_id=[history_id] works!!!
The response of the task log url has no log lines in its <pre/> tag:
<html> <head> <base href='http://[scheduler_host]:[scheduler_port]/show_log'> <style type='text/css'> @import 'scheduler.css'; pre { font-family: Lucida Console, monospace; font-size: 10pt } </style> <title>Scheduler log</title> </head> <body class='log'> <script type='text/javascript'><!-- var title="Task 1749531"; --></script> <script type='text/javascript' src='show_log.js'></script> <pre class='log'> </pre> </body> </html>