mirror of
https://github.com/eliasstepanik/IonosDDNSUpdater.git
synced 2026-01-11 03:28:27 +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;
|
||||
APIKey = configuration.GetValue<string>("APIKey");
|
||||
logger.LogDebug($"Got the Following Key: {APIKey}");
|
||||
Domains = configuration.GetSection("Domains").Get<List<string>>();
|
||||
logger.LogDebug($"Got the Following Domains: {Domains.ToString()}");
|
||||
}
|
||||
|
||||
public async void Start()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user