Can we get CProfileLogRoute to log profiling data to a file and not only to a webpage in Yii2
Can we get CProfileLogRoute to log profiling data to a file and not only to a webpage in Yii2
Yes, we will do this in Yii 2: a DebugLogRoute will keep all log information, including environment information, in a data file.
Outstanding! Thanks Qiang.