Ok, this is odd.
I had switched Radiant to use production mode, and now I’m not seeing
any access entries written to any log file - either Apache’s log in
/var/log/apache2/access.log, nor any of the rails log files in my
radiant/log/*.log files.
Why am I not seeing any entries? (It may help track down my header
problem , thought I doubt it…)
Thanks.
Check the log levels for the production mode. The current level may be
:warn
-M
On 10/3/06, Mislav Marohniæ [email protected] wrote:
Check the log levels for the production mode. The current level may be :warn
-M
Ah, true. Missed that one.
But would that cause Apache not to make an entry in it’s log file?
Apache always logs - it really doesn’t care (know) what production mode
you
are running your Rails app in.
On 10/3/06, Mislav Marohniæ [email protected] wrote:
Apache always logs - it really doesn’t care (know) what production mode you
are running your Rails app in.
Yeah, that’s the theory 
If I have a tail -f /var/log/apache2/access.log running while
accessing my radiant site, nothing is entered into the log file!