From 8393623a81401422ff98323e548852c110fcec56 Mon Sep 17 00:00:00 2001 From: liubocheng <22913113@qq.com> Date: Tue, 25 Mar 2025 22:07:43 +0800 Subject: [PATCH] =?UTF-8?q?dev:=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-dev.yml | 2 +- config/logging.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-dev.yml b/.gitea/workflows/deploy-dev.yml index 15e9bb0..d29cbca 100644 --- a/.gitea/workflows/deploy-dev.yml +++ b/.gitea/workflows/deploy-dev.yml @@ -5,7 +5,7 @@ on: jobs: deploy: - runs-on: php7.3 # 必须同时包含两个标签 + runs-on: 【php7.3,self-hosted】 # 必须同时包含两个标签 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/config/logging.php b/config/logging.php index d09cd7d..fb26204 100644 --- a/config/logging.php +++ b/config/logging.php @@ -16,7 +16,7 @@ return [ | */ - 'default' => env('LOG_CHANNEL', 'stack'), + 'default' => env('LOG_CHANNEL', 'daily'), /* |--------------------------------------------------------------------------