Where to store an application log file on Windows

后端 未结 7 836
南笙
南笙 2020-12-09 08:05

Where would be the best \"standard\" place to put an application\'s debug log file in a Windows user environment?

In this particular case, it is an application that

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 08:27

    In the organization I work for we use the (%TEMP% or %TMP%)\CompanyOrProductName\Logs directory Using %APPDATA% may be problematic with roaming profiles if the logs are numerous or huge : it slows their login process ...

提交回复
热议问题