+TODO
This commit is contained in:
parent
0bd73580aa
commit
0cb5749afc
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ sub new {
|
||||||
|
|
||||||
$self->{file} = $params{file};
|
$self->{file} = $params{file};
|
||||||
|
|
||||||
|
# TODO: Allow logrotate
|
||||||
open my $fh, '>>', $params{file} or die $!;
|
open my $fh, '>>', $params{file} or die $!;
|
||||||
if (defined $params{'synced'}) {
|
if (defined $params{'synced'}) {
|
||||||
$fh->autoflush(1);
|
$fh->autoflush(1);
|
||||||
|
|
Loading…
Reference in a new issue