<div dir="ltr">Hi,<div>You can use the following in order to get the raw log:</div><div><br></div><div><a href="http://localhost:8010/api/v2/logs/995/raw">http://localhost:8010/api/v2/logs/995/raw</a><br></div><div><br></div><div>.. which looks like is not documented..</div><div><a href="http://trac.buildbot.net/ticket/3586#ticket">http://trac.buildbot.net/ticket/3586#ticket</a><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">Le jeu. 28 juil. 2016 à 03:51, Dimitri Naydich <<a href="mailto:dnaydich@grammatech.com">dnaydich@grammatech.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>Is there a way to retrieve a log for a completed step as a text
      file via a url? For example, let url
      <a href="http:buildbot.example.org/steps/85619/logs" target="_blank">http:buildbot.example.org/steps/85619/logs</a> show <br>
    </p>
    <pre style="color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;word-wrap:break-word;white-space:pre-wrap">{
  "logs": [
    {
      "complete": true,
      "logid": 88819,
      "name": "stdio",
      "num_lines": 94,
      "slug": "stdio",
      "stepid": 85619,
      "type": "s"
    }
  ],
  "meta": {
    "total": 1
  }
}

I thought that url <a href="http:buildbot.example.org/steps/85619/logs/stdio" target="_blank">http:buildbot.example.org/steps/85619/logs/stdio</a> would show the text of the log, but it shows

{
  "logs": [
    {
      "complete": true,
      "logid": 88819,
      "name": "stdio",
      "num_lines": 94,
      "slug": "stdio",
      "stepid": 85619,
      "type": "s"
    }
  ],
  "meta": {}
}

Your suggestions appreciated.

Thanks,

Dimitri</pre>
    <br>
  </div>

_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a></blockquote></div>