Skip to content

Commit

Permalink
Increase log level for debugging ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer committed Apr 29, 2022
1 parent 3c3955a commit 6962b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on =
if not testing_parallel_deploy:
user = "0:0"
environment = {
"STORAGE_METADATA_LOG_LEVEL": "debug",
"SETTINGS_LOG_LEVEL": "debug",
"OCIS_URL": "https://ocis-server:9200",
"GATEWAY_GRPC_ADDR": "0.0.0.0:9142",
"STORAGE_HOME_DRIVER": "%s" % (storage),
Expand Down

0 comments on commit 6962b9b

Please sign in to comment.