mirror of
https://github.com/eliasstepanik/IonosDDNSUpdater.git
synced 2026-01-11 19:48:26 +00:00
Added Logs for checking the Envs
This commit is contained in:
parent
d7ecc19e5e
commit
fc7e9638da
@ -21,7 +21,9 @@ public class DDNSService : IDDNSService
|
|||||||
{
|
{
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
APIKey = configuration.GetValue<string>("APIKey");
|
APIKey = configuration.GetValue<string>("APIKey");
|
||||||
|
logger.LogDebug($"Got the Following Key: {APIKey}");
|
||||||
Domains = configuration.GetSection("Domains").Get<List<string>>();
|
Domains = configuration.GetSection("Domains").Get<List<string>>();
|
||||||
|
logger.LogDebug($"Got the Following Domains: {Domains.ToString()}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public async void Start()
|
public async void Start()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user