slack issue
matthijs-neijenhuijs opened this issue · 4 comments
matthijs-neijenhuijs commented
In slack on a mobile phone, the message are with a red background. Hard to read with black text.
tylercd100 commented
Hey @isomis this is because LERN logs the exception on the critical level then sends that over to Monolog which generates the red looking slack message. I could make this work by simply adding another config value to change the log level to something else other than critical. Let me know if that would work for you?
matthijs-neijenhuijs commented
Yes, that would work!! Nice packages by the way!
tylercd100 commented
@isomis Please give version 3.6.0 a try.
Please notice the log_level
key in the config/lern.php file. Try setting it to debug
or info
.
Please reopen this issue if it doesn't work :)
matthijs-neijenhuijs commented
Yes thnx!