how to use ngx_log_debug during configuration of a core module

Manlio Perillo manlio.perillo at gmail.com
Wed Mar 24 17:04:00 MSK 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

I'm having some troubles at using ngx_log_debug during configuration of
a core module I'm writing.

I want to output some log info in the init_conf callback function but:

* If I use cycle->log, the error level is fixed and set to NGX_LOG_INFO,
  so debug info will never be logged
* If I use cycle->new_log, the error level is correctly set, but no info
  is logged to the file.
  If I set log destination to "stderr", info is correctly logged


Should I simply use ngx_log_error(NGX_LOG_INFO, cycle->log)?


Thanks  Manlio
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuqG9AACgkQscQJ24LbaURzVQCeMxJNn3bg5Sn/zreqZzthTcCN
AE0An2UCgjwen80FQNcHRqw39+njDYfA
=vUmP
-----END PGP SIGNATURE-----



More information about the nginx-devel mailing list