在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