This is an automated email from the ASF dual-hosted git repository.

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new fe892b028 refactor: add log after apisix.yml config reload in 
standalone mode (#10404)
fe892b028 is described below

commit fe892b0288bd76cda0608bfd3bc736d1dff5634c
Author: Marko Kocić <[email protected]>
AuthorDate: Tue Dec 5 08:27:42 2023 +0100

    refactor: add log after apisix.yml config reload in standalone mode (#10404)
---
 apisix/core/config_yaml.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apisix/core/config_yaml.lua b/apisix/core/config_yaml.lua
index 0c6564caf..8511eb583 100644
--- a/apisix/core/config_yaml.lua
+++ b/apisix/core/config_yaml.lua
@@ -115,6 +115,7 @@ local function read_apisix_yaml(premature, pre_mtime)
 
     apisix_yaml = apisix_yaml_new
     apisix_yaml_ctime = last_change_time
+    log.warn("config file ", apisix_yaml_path, " reloaded.")
 end
 
 

Reply via email to