Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1273

The task log url http://[scheduler_host]:[scheduler_port]/show_log?task=[task_id] doesn't work

    XMLWordPrintable

Details

    • Fix
    • Status: Resolved (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 1.5.3192
    • 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>
      

      Attachments

        Activity

          People

            oh Oliver Haufe
            oh Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: