diff options
author | Linus Nordberg <linus@sunet.se> | 2019-06-19 11:52:26 +0200 |
---|---|---|
committer | Linus Nordberg <linus@sunet.se> | 2019-06-19 11:52:26 +0200 |
commit | 7295d365f6b1e1202cb32456a553cd460f695f4a (patch) | |
tree | 00df6b8e6735b46eafc3b0c768fe0ecbc384a614 /p11p-daemon/config/sys.config | |
parent | 1292f337f3b4ede00c7ad3b327e953ae256f44bd (diff) |
add p11p-daemon skeleton
Diffstat (limited to 'p11p-daemon/config/sys.config')
-rw-r--r-- | p11p-daemon/config/sys.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/p11p-daemon/config/sys.config b/p11p-daemon/config/sys.config new file mode 100644 index 0000000..7af56a2 --- /dev/null +++ b/p11p-daemon/config/sys.config @@ -0,0 +1,9 @@ +[ + {p11p, [ + {global, [ + {loglevel, 3}]}, + ]}, + {lager, + [{handlers, + [{lager_console_backend, debug}]}]} +]. |