Skip to content

Commit

Permalink
log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Jan 29, 2025
1 parent 4782e59 commit a4993f9
Show file tree
Hide file tree
Showing 282 changed files with 282 additions and 282 deletions.
2 changes: 1 addition & 1 deletion t/APISIX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Cwd qw(cwd);
use Test::Nginx::Socket::Lua::Stream -Base;

repeat_each(1);
log_level('warn');
log_level('info');
no_long_string();
no_shuffle();
no_root_location(); # avoid generated duplicate 'location /'
Expand Down
2 changes: 1 addition & 1 deletion t/admin/consumer-group-force-delete.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/consumer-group.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/consumers.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/consumers2.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/credentials.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/global-rules.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/global-rules2.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/health-check.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/plugin-configs-force-delete.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/plugin-configs.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/plugin-metadata.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/plugin-metadata2.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/plugins-reload.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");
workers(2);

add_block_preprocessor(sub {
Expand Down
2 changes: 1 addition & 1 deletion t/admin/plugins.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/protos-force-delete.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/protos.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/resources.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/response_body_format.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/routes-array-nodes.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/routes.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/routes2.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/routes3.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/routes4.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/schema-validate.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/schema.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/secrets.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/services-array-nodes.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/services-force-delete.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/services-string-id.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/services.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/services2.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/ssl2.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/ssl3.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/ssl4.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
use t::APISIX 'no_plan';

log_level("warn");
log_level("info");
no_root_location();

add_block_preprocessor( sub{
Expand Down
2 changes: 1 addition & 1 deletion t/admin/ssls.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/stream-routes-disable.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/stream-routes.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/token.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/upstream-array-nodes.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/upstream-force-delete.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/upstream.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

run_tests;

Expand Down
2 changes: 1 addition & 1 deletion t/admin/upstream2.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
2 changes: 1 addition & 1 deletion t/admin/upstream3.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repeat_each(1);
no_long_string();
no_root_location();
no_shuffle();
log_level("warn");
log_level("info");

add_block_preprocessor(sub {
my ($block) = @_;
Expand Down
Loading

0 comments on commit a4993f9

Please sign in to comment.