在CentOS中查看Postman日志有以下几种方法:
logs
cd /opt/postman
cat logs/*
grep
grep "关键字" logs/*
journalctl -u postman