'Where is logs files of containerd?

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



Solution 1:[1]

containerd is running as a service of Linux, so you can check its logs with journalctl -u containerd.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Daigo