@@ -383,22 +383,22 @@ static char *ngx_http_auth_spnego_merge_loc_conf(ngx_conf_t *cf, void *parent,
383
383
prev -> constrained_delegation , 0 );
384
384
385
385
#if (NGX_DEBUG )
386
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: protect = %i" ,
386
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: protect = %i" ,
387
387
conf -> protect );
388
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: realm@0x%p = %s" ,
388
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: realm@0x%p = %s" ,
389
389
conf -> realm .data , conf -> realm .data );
390
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: keytab@0x%p = %s" ,
390
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: keytab@0x%p = %s" ,
391
391
conf -> keytab .data , conf -> keytab .data );
392
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 ,
392
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 ,
393
393
"auth_spnego: service_ccache@0x%p = %s" ,
394
394
conf -> service_ccache .data , conf -> service_ccache .data );
395
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: srvcname@0x%p = %s" ,
395
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: srvcname@0x%p = %s" ,
396
396
conf -> srvcname .data , conf -> srvcname .data );
397
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: fqun = %i" ,
397
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: fqun = %i" ,
398
398
conf -> fqun );
399
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: allow_basic = %i" ,
399
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: allow_basic = %i" ,
400
400
conf -> allow_basic );
401
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: force_realm = %i" ,
401
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: force_realm = %i" ,
402
402
conf -> force_realm );
403
403
404
404
if (NGX_CONF_UNSET_PTR != conf -> auth_princs ) {
@@ -424,14 +424,14 @@ static char *ngx_http_auth_spnego_merge_loc_conf(ngx_conf_t *cf, void *parent,
424
424
}
425
425
#endif
426
426
427
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 , "auth_spnego: map_to_local = %i" ,
427
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 , "auth_spnego: map_to_local = %i" ,
428
428
conf -> map_to_local );
429
429
430
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 ,
430
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 ,
431
431
"auth_spnego: delegate_credentials = %i" ,
432
432
conf -> delegate_credentials );
433
433
434
- ngx_conf_log_error (NGX_LOG_INFO , cf , 0 ,
434
+ ngx_conf_log_error (NGX_LOG_DEBUG , cf , 0 ,
435
435
"auth_spnego: constrained_delegation = %i" ,
436
436
conf -> constrained_delegation );
437
437
#endif
0 commit comments