I'm starting up a postgres 9.3 instance on a ubuntu 12.04 server :
~# service postgresql start
* The PostgreSQL server failed to start. Please check the log output.
[fail]
the start fails, but it leaves no log, this file is empty :
tail /var/log/postgresql/postgresql-9.3-main.log
and the are no other files in this directory : /var/log/postgresql/
what is the best way to troubleshoot this ?