Hi, i need to setup all the stdout logs into a log file in my host machine. i’ve proceeded with the official documentation which is Nginx and WSGI — StackStorm 3.3.0 documentation and added
[handler_fileHandler]
class=st2common.log.FormatNamedFileHandler
level=INFO
formatter=verboseConsoleFormatter
args=(’/var/log/st2/st2actionrunner.{pid}.log’,)
But this also not working