Service & Repository Layer에 대한 logging (aop) 추가#15
Closed
Conversation
* chore: init user auth service * chore: init security config * chore: init application.yml
* chore: Spotless * chore: spotless java workflow * chore: fix lint
Changes to be committed: renamed: preprocessing-service/app/api/router.py -> pre-processing-service/app/api/router.py renamed: preprocessing-service/app/core/config.py -> pre-processing-service/app/core/config.py renamed: preprocessing-service/app/db/db_connecter.py -> pre-processing-service/app/db/db_connecter.py renamed: preprocessing-service/app/main.py -> pre-processing-service/app/main.py renamed: preprocessing-service/app/services/preprocessing_service.py -> pre-processing-service/app/services/preprocessing_service.py renamed: preprocessing-service/test_main.http -> pre-processing-service/test_main.http
패턴 : [작업타입_상태] trace_id=추적ID(UUID) operation=작업명 파라미터(변경가능) [결과정보] 예시 : [CHUNKING_START] trace_id=abc123 operation=CHUNKING_CHUNK_DOCUMENTS chunk_size=1000 overlap=100 documents_count=50 [RDB_START] trace_id=def456 operation=RDB_SELECT_GET_USERS limit=100 offset=0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
:메모: 작업 내용