Skip to content

Commit

Permalink
update logger app name
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed May 1, 2016
1 parent 947c725 commit 38bc547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Logger
*/
public static function logger()
{
$logger = new MonoLogger('my_logger');
$logger = new MonoLogger('ss-panel v3');
$fileHandler = new StreamHandler(BASE_PATH . '/storage/logs/app.log');
$logger->pushHandler($fileHandler);
return $logger;
Expand Down

0 comments on commit 38bc547

Please sign in to comment.