diff --git a/manifests/deployment.yml b/manifests/deployment.yml index b341478..4319656 100644 --- a/manifests/deployment.yml +++ b/manifests/deployment.yml @@ -15,6 +15,6 @@ spec: spec: containers: - name: playground - image: florian2395/jsrassik:black + image: florian2395/jsrassik:debug ports: - containerPort: 80 diff --git a/src/Core.js b/src/Core.js index 75f7935..96fe819 100644 --- a/src/Core.js +++ b/src/Core.js @@ -56,7 +56,7 @@ export default class Core { this.restartRequested = false; // Gestion du debug. - this.debugLevel = 2; + this.debugLevel = 0; // Ajout de l'obtion Debug. this.debug = new Debug(this);