application.log file does not show MySQL database URL
Hi! I followed the steps to set up a MySQL database with my JATOS, but I see the following line in my log file:
p.a.d.DefaultDBApi - Database [default] initialized
No SQL database URL present despite what was said in the steps. Nevertheless, the "System Info" section on the GUI does show the correct database URL. Looks like data is being stored correctly nevertheless. Is this an issue, or all good?
Thanks!
Comments
Hi!
They seemed to have changed the logging output and don't include the database URL anymore. That's not a problem, you can still check it in the GUI: Administration -> System Info -> look for DB URL. If you have something like jdbc:mysql://my-domain/jatos... it's an MySQL and jdbc:h2:./database/jatos... a H2 embedded database. But thanks for noticing and reporting - I will change it in the docs.
Best,
Kristian
Great, thanks, Kristian!