From b95e58317b71e3f71e7e7eeb8b11e8fdc7d623ea Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 8 Oct 2021 11:27:09 +0300 Subject: [PATCH] fix msg --- application/Espo/Core/Log/Handler/EspoFileHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Log/Handler/EspoFileHandler.php b/application/Espo/Core/Log/Handler/EspoFileHandler.php index 36f9623c4e..042fa19320 100644 --- a/application/Espo/Core/Log/Handler/EspoFileHandler.php +++ b/application/Espo/Core/Log/Handler/EspoFileHandler.php @@ -61,7 +61,7 @@ class EspoFileHandler extends MonologStreamHandler { if (!$this->url) { throw new RuntimeException( - "Missing a logger file path. Check logger params in `data/config.php`." + "Missing a logger file path. Check logger params in config." ); }