在Debian系统中,pgAdmin日志文件通常位于以下位置:
/var/log/pgadmin/
pgadmin.log
pgadmin4.log
.pgadmin
查看日志可使用cat、tail、grep等命令行工具,也可用文本编辑器打开查看。若pgAdmin以系统服务运行,还可用journalctl -u pgadmin命令查看相关服务日志。
cat
tail
grep
journalctl -u pgadmin