Skip to content

Commit

Permalink
temp: add temp debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
quitrk committed May 23, 2024
1 parent da61604 commit bae1fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skynet/auth/openai.py
Original file line number Diff line number Diff line change
@@ -36,6 +36,9 @@ async def setup_credentials():

file_watcher.start()

# temp debugging log
log.info(f'Credentials: {credentials}')

log.info('Credentials set. Watching for changes...')


0 comments on commit bae1fa6

Please sign in to comment.