We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

After installing phalcon, is it in debug mode or release mode?

I installed my phalcon with this command:

git clone git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install

But when I logged something, I found some words 'debug'. I want to know does my phalcon work in debug mode or release mode? How to make it be in release mode?



5.4k

Anyone know it?

There is no such thing as debug/release mode in vanila Phalcon... What is the log file?



98.9k
Accepted
answer

It's in release mode, debug is the default log level in the logger



5.4k

Many thanks.

It's in release mode, debug is the default log level in the logger