Skip to content

Commit 469bd8e

Browse files
committed
refactor: use environment as logging prefix
1 parent 55e95fd commit 469bd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/log/src/logging.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
return new DailyLogConfig(
1111
path: Tempest\internal_storage_path('logs', 'tempest.log'),
12-
prefix: Tempest\env('APPLICATION_NAME', default: 'tempest'),
12+
prefix: Tempest\env('ENVIRONMENT', default: 'tempest'),
1313
maxFiles: Tempest\env('LOG_MAX_FILES', default: 31),
1414
);

0 commit comments

Comments
 (0)