Octane Version
2.11.0
Laravel Version
10.48.29
PHP Version
8.2.5
What server type are you using?
Swoole
Server Version
5.1.1
Database Driver & Version
No response
Description
We verify client requests using the signature check middleware, which retrieves some of the signature information from the .env file via config. I recently added a command script, but I didn't restart Octane. After a while, all client requests were intercepted by the signature check middleware, and the link logs recorded in the middleware were no longer written to the logs and were completely lost. The logs are based on the Monolog buffer driver.
Steps To Reproduce
step1:
Synchronize the latest code for an already running service without restarting the service