Internal server error 500 on creating mail server #1845
|
I have setup Postal on kubernetes. All workers are running. The database is initialized. The rabbitmq vhost is setup and and a rabbimq queue I could succesfully create a domain. Can I increase the log level somehow to get more details? |
Replies: 2 comments 2 replies
|
Unfortunately you will need to go onto the running pod to see its log files, the stdout logs are from the running process which is the web server. |
|
I have resolved this by adding appropriate privileges to a wildcard database name for the user I use for postal. I don't want to grant the postal user with full privileges so I used this to do that. Now postal will be able to access the postal database, as well as create and manage the postal server databases, without granting root access to mysql to the postal user. I just set this up today, so far it seems to be working out
|
Unfortunately you will need to go onto the running pod to see its log files, the stdout logs are from the running process which is the web server.