Skip to content
Snippets Groups Projects
Unverified Commit b99ef73f authored by David Beniamine's avatar David Beniamine
Browse files

Fixup prod log leve

parent 644b6476
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ sub start_daemon(){
mkdir $LOGDIR;
$Logger = Log::Dispatch->new(
outputs => [
[ 'File', min_level => 'info', filename => "$LOGDIR/main.log" ],
[ 'File', min_level => 'debug', filename => "$LOGDIR/main.log" ],
[ 'File', min_level => 'info', filename => "$LOGDIR/message.log" ],
[ 'Screen', min_level => 'debug', stderr => 0, newline =>0 ],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment