Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance network features and align with Spider APIs #1720

Merged
merged 12 commits into from
Sep 2, 2024
2 changes: 1 addition & 1 deletion conf/setup.env
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export TB_DEFAULT_CREDENTIALHOLDER=admin
## Logger configuration
# Set log file path (default logfile path: ./log/tumblebug.log)
export TB_LOGFILE_PATH=$TB_ROOT_PATH/log/tumblebug.log
export TB_LOGFILE_MAXSIZE=10
export TB_LOGFILE_MAXSIZE=1000
export TB_LOGFILE_MAXBACKUPS=3
export TB_LOGFILE_MAXAGE=30
export TB_LOGFILE_COMPRESS=false
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
# - TB_DEFAULT_NAMESPACE=default
# - TB_DEFAULT_CREDENTIALHOLDER=admin
# - TB_LOGFILE_PATH=/app/log/tumblebug.log
# - TB_LOGFILE_MAXSIZE=10
# - TB_LOGFILE_MAXSIZE=1000
# - TB_LOGFILE_MAXBACKUPS=3
# - TB_LOGFILE_MAXAGE=30
# - TB_LOGFILE_COMPRESS=false
Expand Down
Loading
Loading