Skip to content

Instantly share code, notes, and snippets.

@jwhulette
Last active July 25, 2021 23:00
Show Gist options
  • Save jwhulette/a770d394d825517d1e87ad93eab97919 to your computer and use it in GitHub Desktop.
Save jwhulette/a770d394d825517d1e87ad93eab97919 to your computer and use it in GitHub Desktop.
[Laravel dynamic log path] #php #laravel
$handler = new StreamHandler($path);
$handler->setFormatter(new LineFormatter(null, "Y-m-d H:i:s", true, true));
Log::channel('upkfile')->getLogger()->popHandler();
Log::channel('upkfile')->getLogger()->pushHandler($handler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment