22.11.2018, 13:11
Each script runs in a separate OS process. This means that you cannot access variables of any script from the outside. Logging will work without restart if you add log calls to the main part of your script. Logging in libraries or in script parts that are initialized once will not work unless script is fully restarted.