From 23ff03c16854ba93aec3d7d8a19901cdf5448001 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Wed, 11 Sep 2013 16:35:54 +0200
Subject: [PATCH] the slice view moves back to non-transient messages for now

---
 portal/sliceview.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/portal/sliceview.py b/portal/sliceview.py
index 892238aa..6e63e82f 100644
--- a/portal/sliceview.py
+++ b/portal/sliceview.py
@@ -263,6 +263,12 @@ class SliceView (LoginRequiredAutoLogoutView):
             title  = "Runtime messages for slice %s"%slicename,
             domid  = "msgs-pre",
             levels = "ALL",
+            # plain messages are probably less nice for production but more reliable for development for now
+            transient = False,
+            # these make sense only in non-transient mode..
+            togglable = True,
+            toggled = 'persistent',
+            outline_complete = True,
         ))
     
     
-- 
2.47.0