You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, that logger is a pain and just wraps the original code from the script in a PSR logger to make things a bit nicer overall.
Under the hood is uses [error_log](https://www.php.net/manual/en/function.error-log.php), so I suspect that your system is configured to write that to syslog rather than stdout/stderr.
I'll label this as enhancement - something I'd been meaning to improve for quite some time...
For some reason the CLI is giving me no output at all.
Apparently it has something to do with the logger you use to output data. If I put
echo $help
previous to$logger->info($help)
, I get the output.Sadly, I don't know what other information can I give you about my environment to reproduce the issue.
I'm using PHP 8.1.29 on a CentOS 7 environment.
The text was updated successfully, but these errors were encountered: