Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolovatyi authored and ogolovatyi committed Apr 19, 2019
1 parent a449df7 commit f4a7c5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/server-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,16 @@ For extended logging (e.g. for auditing purposes) additional logging can be turn
on with setting `TABPY_LOG_DETAILS` configuration file parameter to `true`.

With the feature on additional information is logged for HTTP requests: caller ip,
URL, client and user information:
URL, client infomation (Tableau Desktop\Server), Tableau user name (for Tableau Server)
and TabPy user name as shown in the example below:

<!-- markdownlint-disable MD040 -->
```
2019-04-17,15:20:37 [INFO] (evaluation_plane_handler.py:evaluation_plane_handler:86):
::1 calls POST http://localhost:9004/evaluate,
Client: Postman for manual testing, Tableau user: ogolovatyi,
TabPy user: user1
Client: Tableau Server 2019.2,
Tableau user: ogolovatyi,
TabPy user: user1
function to evaluate=def _user_script(tabpy, _arg1, _arg2):
res = []
for i in range(len(_arg1)):
Expand Down

0 comments on commit f4a7c5c

Please sign in to comment.