Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
923d020f
Commit
923d020f
authored
2 years ago
by
dilawar
Browse files
Options
Downloads
Patches
Plain Diff
chore: default log-level is INFO.
parent
c42c0eac
No related branches found
No related tags found
No related merge requests found
Pipeline
#3624
failed with stages
Stage:
Stage:
Stage:
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bitia/__main__.py
+2
-5
2 additions, 5 deletions
bitia/__main__.py
bitia/__pycache__/__main__.cpython-310.pyc
+0
-0
0 additions, 0 deletions
bitia/__pycache__/__main__.cpython-310.pyc
with
2 additions
and
5 deletions
bitia/__main__.py
+
2
−
5
View file @
923d020f
"""
BiTIA command line interface to submit job to the BiTIA server.
bitia dir
(c) 2022-, Subconscious Compute
"""
__author__
=
"
Dilawar Singh
"
__email__
=
"
dilawar@subcom.tech
"
import
validators
import
shutil
import
sys
...
...
@@ -22,7 +19,7 @@ from rich.logging import RichHandler
FORMAT
=
"
%(message)s
"
logging
.
basicConfig
(
level
=
"
NOTSET
"
,
format
=
FORMAT
,
datefmt
=
"
[%X]
"
,
handlers
=
[
RichHandler
()]
level
=
"
INFO
"
,
format
=
FORMAT
,
datefmt
=
"
[%X]
"
,
handlers
=
[
RichHandler
()]
)
logger
=
logging
.
getLogger
(
"
bitia
"
)
...
...
This diff is collapsed.
Click to expand it.
bitia/__pycache__/__main__.cpython-310.pyc
+
0
−
0
View file @
923d020f
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment