From c3d23981fb084947a977015fe0af42cfd8dae301 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 30 Sep 2021 14:45:06 +0200 Subject: [PATCH] :bulb: Document limitation in \LogAPI::GetConfig --- core/log.class.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/log.class.inc.php b/core/log.class.inc.php index 23511921e..072db948a 100644 --- a/core/log.class.inc.php +++ b/core/log.class.inc.php @@ -732,6 +732,9 @@ abstract class LogAPI } /** + * **Warning** : during \MFCompiler::Compile the config will be partial, so when logging in this method you won't get the proper log config ! + * See N°4345 + * * @uses m_oMockMetaModelConfig if defined * @uses \MetaModel::GetConfig() */