Skip to content

Commit

Permalink
Update: [Backend] Change log format
Browse files Browse the repository at this point in the history
  • Loading branch information
quadseed committed Feb 17, 2024
1 parent 627f603 commit f16b8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def start_websocket_client():

def main():
dotenv.load_dotenv()
logging.basicConfig(level=logging.INFO, format='%(asctime)s [%(levelname)s] (%(name)s) >> %(message)s')
logging.basicConfig(level=logging.INFO, format='[%(levelname)s] (%(name)s) >> %(message)s')

os.chdir(os.path.dirname(pathlib.Path(__file__).parent.resolve()))

Expand Down

0 comments on commit f16b8bc

Please sign in to comment.