On Mar 3, 2009, at 12:11 AM, Jonatan Hugosson wrote:
> > Hello, > > I did not find any working solution about this nor in goggle nor in > the > FAQ. > > I have tried the following in the trac.ini file: > > [components] > webadmin.* = enabled > webadmin.logging.* = disabled > > Since I wish to remove Logging from the admin options. > > Also this fails: > > [components] > webadmin.* = disabled > > Which still leaves Admin in the Trac browser > > > How can I disable webadmin.logging?? WebAdmin is dead and gone in 0.11 :-) What you want is trac.admin.web_ui.LoggingAdminPanel = disabled. You can always check the source code to see the full module path of things. --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
