the slice view moves back to non-transient messages for now
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 11 Sep 2013 14:35:54 +0000 (16:35 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 11 Sep 2013 14:35:54 +0000 (16:35 +0200)
portal/sliceview.py

index 892238a..6e63e82 100644 (file)
@@ -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,
         ))