Skip to content

Commit

Permalink
HH-38164 add doc entry about XSLT profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
SuminAndrew committed Oct 30, 2013
1 parent 730bc9d commit c0bf0e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@
Frontik is an asyncronous Tornado-based application server. It was designed to support simple xml aggregation with xsl
transformation, but supports other content types as well.

Frontik was originally developed by Andrey Tatarinov at [hh.ru][http://hh.ru/] as a part of infrastructure development tasks.
Frontik was originally developed by Andrey Tatarinov at [hh.ru](http://hh.ru/) as a part of infrastructure development tasks.

## Documentation

Expand All @@ -17,4 +17,4 @@ Frontik was originally developed by Andrey Tatarinov at [hh.ru][http://hh.ru/] a

## Usages

* All pages of [hh.ru][http://hh.ru/] are served with frontik
* All pages of [hh.ru](http://hh.ru/) are served with frontik
1 change: 1 addition & 0 deletions docs/debug.md
Expand Up @@ -6,6 +6,7 @@ Available options are:
* ```debug=true``` (or just ```debug```) — simple debug
* ```debug=full``` — extended debug
* ```debug=nopass``` — disables passing debug header to services
* ```debug=xslt``` — enables XSL transformation profiling
* ```debug=@text``` — highlights log entries matching 'text'

You can combine these options, for example: debug=full,nopass
Expand Down

0 comments on commit c0bf0e7

Please sign in to comment.