We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I am trying to run image locally, I am getting, upasana@upasana-ghase:~/PhpstrormProjects/logspout$ docker logs -f 2d3b1c4a308f 2023/04/17 11:33:35 setting allowTTY to: false 2023/04/17 11:33:35 # logspout v3.2.14 by gliderlabs 2023/04/17 11:33:35 # adapters: raw syslog tcp tls udp slack multiline 2023/04/17 11:33:35 # options : 2023/04/17 11:33:35 debug:true 2023/04/17 11:33:35 persist:/mnt/routes 2023/04/17 11:33:35 # jobs : http[health,logs,routes]:80 pump routes 2023/04/17 11:33:35 # routes : none 2023/04/17 11:33:35 pump.Run(): using inactivity timeout: 0s 2023/04/17 11:33:35 pump.pumpLogs(): 2d3b1c4a308f ignored: tty enabled 2023/04/17 11:33:54 pump.Run() event: 2d3b1c4a308f top 2023/04/17 11:34:34 pump.Run() event: 2d3b1c4a308f top 2023/04/17 11:35:14 pump.Run() event: 2d3b1c4a308f top 2023/04/17 11:35:54 pump.Run() event: 2d3b1c4a308f top 2023/04/17 11:36:34 pump.Run() event: 2d3b1c4a308f top 2023/04/17 11:37:14 pump.Run() event: 2d3b1c4a308f top 2023/04/17 11:37:54 pump.Run() event: 2d3b1c4a308f top 2023/04/17 11:38:34 pump.Run() event: 2d3b1c4a308f top
But when I am trying to run same image in AWS Fargate, my logs are like,
Any idea how to resolve it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I am trying to run image locally, I am getting,
upasana@upasana-ghase:~/PhpstrormProjects/logspout$ docker logs -f 2d3b1c4a308f
2023/04/17 11:33:35 setting allowTTY to: false
2023/04/17 11:33:35 # logspout v3.2.14 by gliderlabs
2023/04/17 11:33:35 # adapters: raw syslog tcp tls udp slack multiline
2023/04/17 11:33:35 # options :
2023/04/17 11:33:35 debug:true
2023/04/17 11:33:35 persist:/mnt/routes
2023/04/17 11:33:35 # jobs : http[health,logs,routes]:80 pump routes
2023/04/17 11:33:35 # routes : none
2023/04/17 11:33:35 pump.Run(): using inactivity timeout: 0s
2023/04/17 11:33:35 pump.pumpLogs(): 2d3b1c4a308f ignored: tty enabled
2023/04/17 11:33:54 pump.Run() event: 2d3b1c4a308f top
2023/04/17 11:34:34 pump.Run() event: 2d3b1c4a308f top
2023/04/17 11:35:14 pump.Run() event: 2d3b1c4a308f top
2023/04/17 11:35:54 pump.Run() event: 2d3b1c4a308f top
2023/04/17 11:36:34 pump.Run() event: 2d3b1c4a308f top
2023/04/17 11:37:14 pump.Run() event: 2d3b1c4a308f top
2023/04/17 11:37:54 pump.Run() event: 2d3b1c4a308f top
2023/04/17 11:38:34 pump.Run() event: 2d3b1c4a308f top
But when I am trying to run same image in AWS Fargate, my logs are like,
Any idea how to resolve it?
The text was updated successfully, but these errors were encountered: