Updating logger to flush immediately in development and to remove debug appenders in production.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-12-13 14:58:32 -08:00
parent 00e2f9f203
commit 48d3f1d647
7 changed files with 92 additions and 52 deletions

View File

@@ -9,9 +9,9 @@ using Orchard.Core.Routable.Models;
using Orchard.DisplayManagement;
using Orchard.Themes;
using Orchard.UI.Navigation;
using Orchard.Settings;
namespace Orchard.Core.Containers.Controllers {
using Orchard.Settings;
public class ItemController : Controller {
private readonly IContentManager _contentManager;