mysql
mysql copied to clipboard
Enable slow query / general log to output to stdout
Currently, the system logs output in a way where you can use 'docker logs' to view them. This is beneficial for a variety of reasons as you don't need to specifically access the containers filesystem to view them. Is there a way to also enable the slow query or general query log to output in the same way?