在Ubuntu系统上查看Postman日志,主要有以下两种方法:
/opt/postman/logs
cat
less
tail
cat /opt/postman/logs/postman.log
less /opt/postman/logs/postman.log
tail -f /opt/postman/logs/postman.log