-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathlfe.config
36 lines (34 loc) · 1.1 KB
/
lfe.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#(project
(#(meta
(#(name py)
#(description "Distributed Python for the Erlang Ecosystem")
#(version "0.0.5")
#(keywords ("LFE" "Lisp" "Python" "Distributed" "Interop"))
#(maintainers
((#(name "Duncan McGreggor") #(email "oubiwann@gmail.com"))))
#(repos
(#(github "lfex/py")))))
#(app
(#(mod #(py ()))))))
#(logging (
#(log-level info)
#(backend lager)
#(colored true)
#(colors (#(timestamp (color green))
#(process (color cyan))
#(date (color green))
#(time (color green))
#(modfunc (color yellow))
#(message (color green))
#(debug (color greenb))
#(info (color blue))
#(notice (color cyan))
#(warning (color yellow))
#(error (color red))
#(critical (color yellowb))
#(alert (color magentab))
#(emergency (color redb))))
#(options (#(lager_console_backend (
info
#(logjam-formatter
(date " " time " [" pid "] [" severity "] " message "\n"))))))))