diff options
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/personal/protected/Pages/Home.page | 2 | ||||
| -rw-r--r-- | demos/personal/protected/application.xml | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/demos/personal/protected/Pages/Home.page b/demos/personal/protected/Pages/Home.page index 9471a9b9..204d4c6f 100644 --- a/demos/personal/protected/Pages/Home.page +++ b/demos/personal/protected/Pages/Home.page @@ -1,3 +1,3 @@ -<com:TContent ID="main" >
 +<com:TContent ID="main">
  main content
  </com:TContent>
\ No newline at end of file diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml index 84467e98..28da6696 100644 --- a/demos/personal/protected/application.xml +++ b/demos/personal/protected/application.xml @@ -8,8 +8,8 @@      -->
      <module id="session" class="THttpSession" />
      <module id="log" class="System.Log.TLogRouter">
 -      <route class="TBrowserLogRoute" Categories="System.Web.UI.TPage" />
 -      <route class="TFileLogRoute" Categories="System.Web.UI.TPage" />
 +      <route class="TBrowserLogRoute" Categories="System.TApplication,System.Web.UI.TPage" />
 +      <route class="TFileLogRoute" Categories="System" Levels="Notice,Warning,Error,Alert,Fatal" />
      </module>
    </modules>
    <services>
 | 
