Skip to content

Commit

Permalink
change style to mirror_style
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcintosh committed Jan 18, 2024
1 parent f4461b3 commit 3813595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelLogS3Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __invoke(array $config): Logger
$level = Logger::DEBUG,
$bubble = true,
$disk = isset($config['disk']) ? $config['disk'] : 's3',
$style = isset($config['style']) ? $config['style'] : 'single',
$style = isset($config['mirror_style']) ? $config['mirror_style'] : 'single',
$log_directory = isset($config['log_directory']) ? $config['log_directory'] : 'logs'
);
$processor = new Processor();
Expand Down

0 comments on commit 3813595

Please sign in to comment.