ohnosequences / loquat

Another taste of nispero
https://github.com/ohnosequences/nispero
GNU Affero General Public License v3.0
1 stars 1 forks source link

Console output logging alternative #68

Open laughedelic opened 7 years ago

laughedelic commented 7 years ago

Check how GetConsoleOutputResult works, if this is what I think, we don't need all this output redirection in statika and logs uploadding here.

laughedelic commented 7 years ago
new String(
  java.util.Base64.getDecoder().decode(
    ec2.getConsoleOutput(
      new com.amazonaws.services.ec2.model.GetConsoleOutputRequest("i-8aa29262")
    ).getOutput
  )
)

but it includes only instance initialization output.