3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)C24.849 stars (24.849 stars)5.002 forks (5.002 forks)batch import
help wantedquestion
Description
修改了taos.config 文件中关于日志的存储位置的配置,但是仍然会在旧的默认存储日志文件的位置存储日志,同时在新的目录下也存在日志。
Guia do colaborador
- Pilha de tecnologia
- c
- Domain
- databasebackend
- Tipo Issue
- bug
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 3
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- half day
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- blocked
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- needs investigation
- Prerequisites
- basic knowledge of TDengine configurationfamiliarity with file system logs
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 30
- Direção de pesquisa
- The issue reports that after changing the log storage path in taos.config, logs still appear in both the old and new locations. Investigate the log configuration parsing in TDengine's source code, particularly in files related to log initialization (e.g., src/util/src/tlog.c or similar). Check if the old path is being used due to a fallback or caching mechanism. Additionally, review any environment variables or default settings that might override the config. The assignee may have further insights from the comments.