Jump to content

Norm an

Members
  • Posts

    1
  • Joined

  • Last visited

Norm an's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Good Afternoon, I've written a C# based command line program that takes parameters from uTorrent's "run program" feature and it works great. Does what I need it to but i've now added a logging feature to the program using serilog (https://github.com/serilog) and I've run into a little issue that seems to be related to the context of who is running my program. a. If I run my program as myself or an administrator, the application log file is created. b. If uTorrent runs my program, after a torrent completes download, no log file is created. I've tried running uTorrent under my account and that of an administrator but no log file is ever created for my application and I've been through the code, stripped it to it's bare parts and still I cannot get my program to create the log file when it is run by utorrent. This has led me to believe that it's a context issue, is there a setting or something that I'm missing that I can use to get uTorrent to run under a different context? I should clarifiy, my program does work and when run behaves correctly whether it's run under my account, an administrator or via uTorrent. It's just this specific debug logging that isn't and I'm a bit confused by and after investigating I think it's the context that it's being run under that's the issue but I cannot figure out how to fix it. Thank you.
×
×
  • Create New...