Hi, I deployed fleet into production but for the s...
# fleet
e
Hi, I deployed fleet into production but for the stderr logs of fleet I only see the message being either: "listening" or "" (just a blank line) , is that normal? If no, what could be the issue here?
z
A standard startup would look something like
Copy code
level=info ts=2021-01-21T18:34:03.354031Z component=service method=ListUsers user=none err=null took=5.416569ms
ts=2021-01-21T18:34:03.354365Z transport=https address=0.0.0.0:8080 msg=listening
You see only "listening", or similar to this?
e
i'm only seeing "listening" and "" (empty blank lines)
z
That doesn't sound right. What kind of environment is this deployed in?
e
oh sorry nvm, it looks like I'm just not looking at the right fields in the logs. I see them now. thx!