summaryrefslogtreecommitdiff
path: root/bin/client
diff options
context:
space:
mode:
Diffstat (limited to 'bin/client')
-rw-r--r--bin/client7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/client b/bin/client
index c5e2a65..b09b38d 100644
--- a/bin/client
+++ b/bin/client
@@ -7,6 +7,13 @@ use DeWeave::Crypto;
use DeWeave::Collection;
use Getopt::Long;
use Class::MOP;
+use Log::Log4perl;
+
+Log::Log4perl->easy_init({
+ level => 'WARN',
+ utf8 => 1,
+ layout => '%c %M %m',
+});
my ($server,$username,$password,$sync_key,$what);