Skip to content

Commit

Permalink
version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednawras committed Feb 2, 2010
1 parent 8051eb0 commit bce1577
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions priv/l4e.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
%% Default logger
%% it includes a file appender and a console appender
logger{
file_appender app2{
dir = ".",
level = info,
file = my_app,
type = size,
max = 1000,
suffix = log,
rotation = 5,
format = '[%L] %S %l%n'
}

console_appender app1{
level = warn,
format = '%T %j [%L] %l%n'
}
}

0 comments on commit bce1577

Please sign in to comment.