I am using crictl pull to pull images, but it hangs at PullImageRequest. I want to know what is happenning, so Where is logs files of containerd, not logs of containers running but logs of containerd itself
containerd
is running as a service of Linux, so you can check its logs with journalctl -u containerd
.