Open
Description
Monolog version 1|2|3? it's version 2
Related to #204 (comment)
I use the drupal monolog module which is using this monolog library.
In the following line I get an empty array:
https://github.com/Seldaek/monolog/blob/2.8.0/src/Monolog/Handler/RotatingFileHandler.php#L142
for the path "private://logs/debug.log" because glob can't compute the right paths. The files definitely exist. If I replace the path with an absolute one, it works, but then I'd have to adjust the paths for each and every environment which is tedious :-/
Maybe we can think about using something else than glob() here? Or is there something I can do?
See here as well: https://www.drupal.org/project/monolog/issues/3326496
Thanks in advance!