Revize 688c63b7
Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)
app.py | ||
---|---|---|
100 | 100 |
config = injector.get(Configuration) |
101 | 101 |
configuration.configure_logging(config) |
102 | 102 |
|
103 |
Logger.info(f"Using configuration file: {config.config_file}") |
|
104 |
|
|
103 | 105 |
# There's a little dependency on the CryptoService, which is not a pretty thing from |
104 | 106 |
# architectural point of view. However it is only a minimal piece of code and |
105 | 107 |
# it makes sense to do it in this way instead of trying to run openssl via subprocess here |
Také k dispozici: Unified diff
Re #8707 - Logging of used config file improved