소스 검색

[backend] Cron : affichage erreurs pour log

dev
Guillaume 4 년 전
부모
커밋
0ef5163d2e
10개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      backend/controllers/CronController.php
  2. +0
    -0
      backend/runtime/.gitignore
  3. +0
    -0
      backend/web/assets/.gitignore
  4. +0
    -0
      frontend/runtime/.gitignore
  5. +0
    -0
      frontend/web/assets/.gitignore
  6. +0
    -0
      init.bat
  7. +0
    -0
      producer/web/assets/.gitignore
  8. +0
    -0
      setPermissionsOpenDistrib.sh
  9. +0
    -0
      tests/codeception/bin/yii.bat
  10. +0
    -0
      yii.bat

+ 4
- 0
backend/controllers/CronController.php 파일 보기

@@ -143,6 +143,10 @@ class CronController extends BackendController
{
if ($key == '64ac0bdab7e9f5e48c4d991ec5201d57') {

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

Yii::error('Cron process orders', 'log-cron');
$hour = 20;
if (strlen($forceDate)) {

+ 0
- 0
backend/runtime/.gitignore 파일 보기


+ 0
- 0
backend/web/assets/.gitignore 파일 보기


+ 0
- 0
frontend/runtime/.gitignore 파일 보기


+ 0
- 0
frontend/web/assets/.gitignore 파일 보기


+ 0
- 0
init.bat 파일 보기


+ 0
- 0
producer/web/assets/.gitignore 파일 보기


+ 0
- 0
setPermissionsOpenDistrib.sh 파일 보기


+ 0
- 0
tests/codeception/bin/yii.bat 파일 보기


+ 0
- 0
yii.bat 파일 보기


Loading…
취소
저장