* store logging path in Config class * rename template files and page files * jump to referer page - after changing the language, we jump to the referer page, if the attribute exists * build and send list of log-files * rename Download page into Log files * initialize log-path in test config * improve dashboard unit tests - add log file tests - check content-languages after language switch * initialize config structure for log-file tests * add test log file to project * add sub_dir to test log path - non files must be skipped. To test this we add a sub directory to the test log directory * add german translations * set quart debug flag for debug versions * update changelog
19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
2025-04-30 00:01:23 INFO | root | Server "proxy - unknown" will be started
|
|
2025-04-30 00:01:23 INFO | root | current dir: /Users/sallius/tsun/tsun-gen3-proxy
|
|
2025-04-30 00:01:23 INFO | root | config_path: ./config/
|
|
2025-04-30 00:01:23 INFO | root | json_config: None
|
|
2025-04-30 00:01:23 INFO | root | toml_config: None
|
|
2025-04-30 00:01:23 INFO | root | trans_path: ../translations/
|
|
2025-04-30 00:01:23 INFO | root | rel_urls: False
|
|
2025-04-30 00:01:23 INFO | root | log_path: ./log/
|
|
2025-04-30 00:01:23 INFO | root | log_backups: unlimited
|
|
2025-04-30 00:01:23 INFO | root | LOG_LVL : None
|
|
2025-04-30 00:01:23 INFO | root | ******
|
|
2025-04-30 00:01:23 INFO | root | Read from /Users/sallius/tsun/tsun-gen3-proxy/app/src/cnf/default_config.toml => ok
|
|
2025-04-30 00:01:23 INFO | root | Read from environment => ok
|
|
2025-04-30 00:01:23 INFO | root | Read from ./config/config.json => n/a
|
|
2025-04-30 00:01:23 INFO | root | Read from ./config/config.toml => n/a
|
|
2025-04-30 00:01:23 INFO | root | ******
|
|
2025-04-30 00:01:23 INFO | root | listen on port: 5005 for inverters
|
|
2025-04-30 00:01:23 INFO | root | listen on port: 10000 for inverters
|
|
2025-04-30 00:01:23 INFO | root | Start Quart |