From db7d8099c8235a000bf97b654c951f4a8bae239f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Aar=C3=B8e=20Dam?= Date: Mon, 4 May 2015 09:02:37 +0200 Subject: [PATCH] Update README.md: Logging output --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2f0e5f2..df4ffa4 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,18 @@ To reload the configuration restart the RADIUS server service by running C:\RDSFactor> restart-server.bat ``` +## Logging + +Log output from the RADAR client in RD Web is output into: +``` +C:\RDSFactor\web\RDWeb\Pages\log> Radius_Debug.txt +``` + +Log output from the RADAR server: +``` +C:\RDSFactor\server\bin\Release> log.txt +``` + ## Acknowledgements * Claus Isager - for the first Open Source two factor RDS authenticator; which this project is based upon.