How to build complex log structure using monolog?

136 Views Asked by At

For every log event i have 'type' field. I want my log folder structure to be like:

Event_type (directory)
..Date (YY.MM.DD) (sub directory)
....Hour (HH) (sub directory)
......yy.mm.dd_hh.mm.ss_event_type.log (log file)

Is it possible to do log folder structure like that using monolog?

0

There are 0 best solutions below