I searched the docs, but found no answer. What is the preferred way of turning on access logging?
I expect HTTP verb, requested path, source IP address,... printed to either standard output or a log file.
All I got so far is:
Browse your REST API at http://0.0.0.0:3000/explorer
Web server listening at: http://0.0.0.0:3000/
The server responds to requests but I cannot see any logs.
I currently need to run the app using slc run
(no process manager).