switched to log from logging
This commit is contained in:
parent
9065937d2c
commit
24680e403d
6 changed files with 44 additions and 34 deletions
|
|
@ -174,8 +174,12 @@ export class EnvLoader implements ConfigLoader {
|
|||
'NAME': ['name'],
|
||||
'VERSION': ['version'],
|
||||
|
||||
// Logging mappings
|
||||
'LOG_LEVEL': ['logging', 'level'],
|
||||
// Log mappings (using LOG_ prefix for all)
|
||||
'LOG_LEVEL': ['log', 'level'],
|
||||
'LOG_FORMAT': ['log', 'format'],
|
||||
'LOG_LOKI_ENABLED': ['log', 'loki', 'enabled'],
|
||||
'LOG_LOKI_HOST': ['log', 'loki', 'host'],
|
||||
'LOG_LOKI_PORT': ['log', 'loki', 'port'],
|
||||
|
||||
// Special mappings to avoid conflicts
|
||||
'DEBUG_MODE': ['debug'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue