https://prefect.io logo
Title
r

Richard Hughes

08/18/2020, 7:47 PM
is there a way to make the prefect logs in the ui display in ms or does this even log at this granularity?
j

Jenny

08/18/2020, 8:10 PM
Hi @Richard Hughes - not sure I understand your question - especially "display in ms" - can you explain what you mean by "ms"? Thanks!
r

Richard Hughes

08/18/2020, 8:16 PM
Hi @Jenny, when we have multiple logs that occur in the same second, I am wondering how do I see down to the millisecond instead of second.
j

Jenny

08/18/2020, 8:53 PM
ohhh - that makes sense! Good question - We don't currently go beyond seconds in the UI but please make a ticket if it's something you'd like to see added.
You can see more granularity if you query logs through the API. e.g.
query {
  flow_run (where: {id: {_eq:"xxxxxx"}}) {
    name
    logs {
      message
      updated
    }
  }
}
👍 1
r

Richard Hughes

08/18/2020, 9:59 PM
@Jenny Where does this ticket go?
j

Jenny

08/18/2020, 10:22 PM
You should be able to open an issue here: https://github.com/PrefectHQ/ui/issues