diff options
author | jsorg71 <jsorg71> | 2008-05-06 09:45:25 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-05-06 09:45:25 +0000 |
commit | 673aaa36b1603d9d0d349a3765306ea2535e6d0a (patch) | |
tree | b7d462c65e31572fb24a28881688cf2047fc2e7c | |
parent | 61ca96af6229891dcfb703ca6c96062afa933e64 (diff) | |
download | xrdp-proprietary-673aaa36b1603d9d0d349a3765306ea2535e6d0a.tar.gz xrdp-proprietary-673aaa36b1603d9d0d349a3765306ea2535e6d0a.zip |
full path for xrdp-sesman.log file
-rw-r--r-- | sesman/sesman.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.ini b/sesman/sesman.ini index 2cecd57a..fd240e75 100644 --- a/sesman/sesman.ini +++ b/sesman/sesman.ini @@ -18,7 +18,7 @@ IdleTimeLimit=0 DisconnectedTimeLimit=0 [Logging] -LogFile=./sesman.log +LogFile=/var/log/xrdp-sesman.log LogLevel=DEBUG EnableSyslog=0 SyslogLevel=DEBUG |