Questions tagged [monolog]

Monolog is a logging library for PHP 5.3 used by Symfony2. It is inspired by the Python LogBook library.

514 questions
-1
votes
2 answers

Call container inside ExceptionListener

I am using Symfony and i have created custom ExceptionListener to handle error. class ExceptionListener { protected $templating; protected $kernel; public function __construct(EngineInterface $templating, $kernel) { …
scott
  • 3,112
  • 19
  • 52
  • 90
-2
votes
1 answer

Getting all monolog file paths during deployment in symfony 4

I use monolog in symfony 4.4 with apache http server. Logging is working fine. But I've got a problem. There are created following log files in prod environment: File prod.log with file rights 770, user permission "user1" and group permission…
Stef
  • 98
  • 1
  • 9
-2
votes
1 answer

Symfony logging with monolog and snc redis bundle

How i use symfony monologging and snc redis bundle to store query and error log for a perticular client for the given time in my api .Any one have any idea?
-3
votes
2 answers

How to store laravel log file data into database(5.5)

I need to store the Laravel log into my database . Can you please help me?
Shailesh
  • 71
  • 1
  • 6
1 2 3
34
35