EyeSeeTea / d2-docker

GNU General Public License v3.0
9 stars 3 forks source link

Enable postgres logs #125

Open tokland opened 3 months ago

tokland commented 3 months ago

Whenever we need to debug SQL queries, we need to enable them manually, which is unwieldy (and not all users will now how to do). This PR provide an automatic mechanism. For now, the approach is very simple, we add some options and the user interacts with the docker container.

tokland commented 1 month ago