Skip to content

Commit

Permalink
info lines fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 5, 2024
1 parent 55a9a80 commit 6282487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/neurolibre_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def __init__(self, name, config_files):
neurolibre_common_api.api_unlock_build,
neurolibre_common_api.api_preview_list]
self.register_docs_common_endpoints(common_endpoints)
self.app.logger.debug(f'{self.app.config['JOURNAL_NAME']} preview API.')
self.app.logger.info(f"Using {self.app.config['BINDER_NAME']}.{self.app.config['BINDER_DOMAIN']} as BinderHub.")

def get_app(self):
return self.app
Expand Down
3 changes: 3 additions & 0 deletions api/neurolibre_preview_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
SERVER_NAME = SERVER_SLUG
SERVER_ABOUT = SERVER_ABOUT + SERVER_LOGO

app.logger.info(f'{JOURNAL_NAME} preview API.')
app.logger.info(f"Using {BINDER_NAME}.{BINDER_DOMAIN} as BinderHub.")

"""
Configuration END
"""
Expand Down

0 comments on commit 6282487

Please sign in to comment.