Skip to content

Commit

Permalink
doc: we can also use reload after configuration changed (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Oct 19, 2020
1 parent cb04193 commit 26e55a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Steps:

1. Modify the parameter `error_log_level: "warn"` to `error_log_level: "info"` in conf/config.yaml

2. Restart APISIX
2. Reload or restart APISIX

Now you can trace the info level log in logs/error.log.

Expand Down Expand Up @@ -296,4 +296,4 @@ By default, APISIX only listens on port 9080 when handling HTTP requests. If you
- 9445
```

2. Restart APISIX
2. Reload or restart APISIX
4 changes: 2 additions & 2 deletions FAQ_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Server: APISIX web server

1、修改conf/config.yaml中的nginx log配置参数`error_log_level: "warn"``error_log_level: "info"`

2、重启APISIX
2、重启抑或 reload APISIX

之后便可以在logs/error.log中查看到info的日志了。

Expand Down Expand Up @@ -246,4 +246,4 @@ apisix reload
- 9445
```

2. 重启 APISIX
2.重启抑或 reload APISIX

0 comments on commit 26e55a3

Please sign in to comment.