0

I'm trying to add some alerts in system.log if my setup script cannot run properly (the sql query needs a SUPER user to run properly). I'm not able to write any log in this setup script.

Is it possible ? If yes, what did I miss ?

asked Dec 20, 2013 at 10:59

1 Answer 1

0

Try forcing the log.

Mage::log($message, null, 'system.log', true);
answered Dec 20, 2013 at 11:02
1
  • I'll give you feedback ASAP Commented Dec 20, 2013 at 11:02

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.