Skip to content

Commit

Permalink
Add log message after apisix.yml config reload
Browse files Browse the repository at this point in the history
Fixes apache#10402

Please review. Not sure why is the log message printed multiple times and how to avoid it.
  • Loading branch information
markokocic authored Oct 26, 2023
1 parent 5911211 commit 214322d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apisix/core/config_yaml.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 214322d

Please sign in to comment.