Luca Tacconi
Luca Tacconi
I'm configuring a route as follow for a php application: ` { "app2" : [ { "match":{ "uri": ["/test/*"], "method": "GET" }, "action":{ "pass": "applications/app2" } } ] }` with...
In the PR there is a possible solution to calculate a constant unique identifier for events. This solution is linked to issue https://github.com/crunzphp/crunz/issues/33 and could be the first piece towards...
**Description** It might be interesting to be able to have the log in a different format than those possible at the moment. It might be interesting to have it in...
In questa PR è presente una possibile soluzione che implementa il calcolo di un identificatore unico per l'evento o permette all'utente di un introdurne uno manualmente tramite apposita funzione (eventID)....