fix log location
This commit is contained in:
@@ -92,8 +92,8 @@ static async Task ScheduleJobs(Config config, CancellationToken token)
|
||||
static async Task RunJob(Config config, CancellationToken token)
|
||||
{
|
||||
using var client = GetClient(config.FTP);
|
||||
Log.Information($"Connecting to {config.FTP.Host}:{config.FTP.Port} as {config.FTP.UserName}");
|
||||
await client.ConnectAsync(token);
|
||||
Log.Information($"Connected to {config.FTP.Host}:{config.FTP.Port} as {config.FTP.UserName}");
|
||||
foreach (var target in config.Targets)
|
||||
{
|
||||
Log.Information($"Beginning grab operation for '{target.Source}' to '{target.Destination}'");
|
||||
|
||||
Reference in New Issue
Block a user