Skip to content

Conversation

@RemiBardon
Copy link
Member

@RemiBardon RemiBardon commented Oct 14, 2025

Allows things like passing `--no-cache`.
`.dockerignore` as a syslink doesn’t work. Also Docker doesn’t search subdirectories and it has a different syntax to `.gitignore`.
This was a bad idea in the first place.
As noted in `app_config.rs`:

```rust
// NOTE: We can’t reload logging layers because of a bug in `tracing`
//   (see tokio-rs/tracing#1629). Until
//   `tracing` 0.4 is released, we’ll just reload the filters, and
//   require a restart to change the logging format. This shouldn’t
//   bother anyone, as there is little point in changing the format
//   of logs at runtime. Filters, on the other hand, might be changed
//   at runtime and need to be reloadable.
```
@RemiBardon RemiBardon force-pushed the new-architecture branch 2 times, most recently from 6149208 to 13fd509 Compare November 12, 2025 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(mod_init_admin)!: Use Prosody’s syntax to read environment variables

2 participants