Unmananged log location not working (3.0.27.1684)

Options
shaun_cmune
edited March 2014 in Photon Server
Hi,

When I set the unmanaged log location in PhotonServer.config, i.e. LogFileLocation = "..\logs", it creates the folder but no log is written.

Am I missing something?

Best regards,
Shaun

Here's the Instance XML block:
[code2=xml]<DeadheadsGameServer
EnablePerformanceCounters = "true"
MaxMessageSize="512000"
MaxQueuedDataPerPeer="512000"
PerPeerMaxReliableDataInTransit="51200"
PerPeerTransmitRateLimitKBSec="256"
PerPeerTransmitRatePeriodMilliseconds="50"
MinimumTimeout="5000"
MaximumTimeout="30000"
LogFileLocation = "..\logs">[/code2]

Comments

  • Looks correct, and I can not reproduce any issues - neither with Photon 3.4 nor with 3.0.

    What is the resulting path? Does it contain spaces, for example? Or maybe an issue with access rights? Honestly, I don't have an idea what might be wrong here - sorry. :(