roadrunner icon indicating copy to clipboard operation
roadrunner copied to clipboard

[💡 FEATURE REQUEST]: PSR-3 compatible logger RPC

Open wolfy-j opened this issue 3 years ago • 0 comments

Plugin

RPC logger

I have an idea!

I have an idea, listen to me!!

It would be amazing if we can can publish to logger channels at RR side using PHP SDK via PSR-3 compatible API.

At the moment ALL the application logs can only be published to STDERR to be seen by RR, log context logs, all logs put using INFO level, all logs captured using server channel.

  • Add the ability to publish to named channel via RPC
  • Use the standard logging ability to render the log into the consolve (with colors and etc)

References: https://www.php-fig.org/psr/psr-3/

wolfy-j avatar Jul 25 '22 15:07 wolfy-j