diff options
author | Michael Elkins <melkins@tislabs.com> | 2016-06-17 18:46:35 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2016-06-17 18:46:35 +0000 |
commit | 30be8638e08cee11b8e12232af02fd2197a270e6 (patch) | |
tree | 8e61dd9c651260412652a751fdd1a525865fedd5 /rp | |
parent | 9c1a387a0fa6833e9462ad1ea5b9a1df80607d56 (diff) |
Disable email to root when a Django exception occurs, and log it to the apache log instead.
Make the GUI log level configurable via rpki.conf
svn path=/branches/tk705/; revision=6444
Diffstat (limited to 'rp')
-rw-r--r-- | rp/config/rpki-confgen.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rp/config/rpki-confgen.xml b/rp/config/rpki-confgen.xml index a8533815..206dc97e 100644 --- a/rp/config/rpki-confgen.xml +++ b/rp/config/rpki-confgen.xml @@ -1026,6 +1026,13 @@ </doc> </option> + <option name = "log-level" + value = "WARNING"> + <doc> + Default logging level for the web portal. + </doc> + </option> + </section> <section name = "rpkigui-import-routes"> |